Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Compilation / ClientBuildManagerCallback.cs / 1 / ClientBuildManagerCallback.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System; using System.Security.Permissions; using System.CodeDom; using System.CodeDom.Compiler; using System.Web.UI; // // This is a callback class implemented by ClientBuildManager callers. It is used // to receive status information about the build. // [PermissionSet(SecurityAction.LinkDemand, Unrestricted = true)] [PermissionSet(SecurityAction.InheritanceDemand, Unrestricted = true)] public class ClientBuildManagerCallback : MarshalByRefObject { // This includes both errors and warnings public virtual void ReportCompilerError(CompilerError error) {} public virtual void ReportParseError(ParserError error) {} public virtual void ReportProgress(string message) {} // DevDiv 180798. The default lease is 5 minutes, so we return null to allow compilation // calls to exceed 5 minutes. In doing so, we need to call RemotingService.Disconnect // to release the object. public override object InitializeLifetimeService() { return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System; using System.Security.Permissions; using System.CodeDom; using System.CodeDom.Compiler; using System.Web.UI; // // This is a callback class implemented by ClientBuildManager callers. It is used // to receive status information about the build. // [PermissionSet(SecurityAction.LinkDemand, Unrestricted = true)] [PermissionSet(SecurityAction.InheritanceDemand, Unrestricted = true)] public class ClientBuildManagerCallback : MarshalByRefObject { // This includes both errors and warnings public virtual void ReportCompilerError(CompilerError error) {} public virtual void ReportParseError(ParserError error) {} public virtual void ReportProgress(string message) {} // DevDiv 180798. The default lease is 5 minutes, so we return null to allow compilation // calls to exceed 5 minutes. In doing so, we need to call RemotingService.Disconnect // to release the object. public override object InitializeLifetimeService() { return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AbstractSvcMapFileLoader.cs
- remotingproxy.cs
- IgnoreDeviceFilterElement.cs
- XmlSchemaImporter.cs
- DiscoveryRequestHandler.cs
- InkCanvasSelection.cs
- WindowsSpinner.cs
- PointHitTestParameters.cs
- FileNameEditor.cs
- LabelLiteral.cs
- GroupQuery.cs
- ConfigurationElementProperty.cs
- TransformerTypeCollection.cs
- Rotation3D.cs
- XmlStreamStore.cs
- VisualTreeFlattener.cs
- RelationshipEndCollection.cs
- SystemUdpStatistics.cs
- DataColumn.cs
- CharacterBuffer.cs
- MouseEventArgs.cs
- ExpressionConverter.cs
- SubMenuStyleCollection.cs
- SchemaMapping.cs
- Action.cs
- ColumnReorderedEventArgs.cs
- WebServiceReceiveDesigner.cs
- MdImport.cs
- _NTAuthentication.cs
- DynamicDataResources.Designer.cs
- XsltCompileContext.cs
- DataGridViewIntLinkedList.cs
- ObjectConverter.cs
- DataSourceHelper.cs
- unsafeIndexingFilterStream.cs
- SiteMembershipCondition.cs
- User.cs
- LinqExpressionNormalizer.cs
- HandledMouseEvent.cs
- DragEvent.cs
- Line.cs
- BooleanProjectedSlot.cs
- SystemNetHelpers.cs
- OdbcError.cs
- XmlAnyAttributeAttribute.cs
- MarshalByValueComponent.cs
- DynamicResourceExtensionConverter.cs
- TextRangeBase.cs
- DataGridViewHitTestInfo.cs
- Material.cs
- StrokeCollectionDefaultValueFactory.cs
- NotifyIcon.cs
- ChangeNode.cs
- SqlTypeConverter.cs
- CustomAttribute.cs
- TextPointerBase.cs
- ComboBoxDesigner.cs
- Table.cs
- ControlBuilder.cs
- ComponentDispatcher.cs
- Window.cs
- FontWeight.cs
- PlanCompilerUtil.cs
- EDesignUtil.cs
- DataRowView.cs
- IPEndPointCollection.cs
- SqlAliaser.cs
- RpcCryptoRequest.cs
- UpDownEvent.cs
- GenericUriParser.cs
- CheckBoxField.cs
- DataGridAutomationPeer.cs
- SqlInternalConnection.cs
- SQLUtility.cs
- Pkcs7Signer.cs
- ParserStack.cs
- ZipIOBlockManager.cs
- securitycriticaldata.cs
- ProfileService.cs
- ClusterRegistryConfigurationProvider.cs
- AnnotationService.cs
- DataGrid.cs
- PenCursorManager.cs
- IisTraceWebEventProvider.cs
- SQLBoolean.cs
- BindingSource.cs
- DiscoveryEndpointValidator.cs
- KeyPullup.cs
- KnownIds.cs
- basemetadatamappingvisitor.cs
- XmlDocumentType.cs
- _NestedMultipleAsyncResult.cs
- MediaContextNotificationWindow.cs
- BaseValidatorDesigner.cs
- Variable.cs
- Missing.cs
- ResourceWriter.cs
- XmlSerializerOperationGenerator.cs
- CustomCategoryAttribute.cs
- BoundPropertyEntry.cs