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
- EntityDataSourceReferenceGroup.cs
- TextElementAutomationPeer.cs
- ComboBox.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ProgressChangedEventArgs.cs
- TreeChangeInfo.cs
- SignedPkcs7.cs
- GeneralTransform.cs
- ByteBufferPool.cs
- GraphicsPath.cs
- EntryWrittenEventArgs.cs
- CodeDirectoryCompiler.cs
- SafeCoTaskMem.cs
- QueryNode.cs
- RelationshipType.cs
- PeerResolver.cs
- SqlUserDefinedAggregateAttribute.cs
- DataGridViewCellCancelEventArgs.cs
- COM2PropertyDescriptor.cs
- shaperfactoryquerycacheentry.cs
- IDispatchConstantAttribute.cs
- TableRow.cs
- DbConnectionHelper.cs
- Canvas.cs
- OrderedDictionary.cs
- KeyPressEvent.cs
- RegistrationServices.cs
- ZoneMembershipCondition.cs
- ToolStripContentPanel.cs
- EventLogTraceListener.cs
- xmlsaver.cs
- LoginView.cs
- Stack.cs
- FileDetails.cs
- RightsManagementEncryptionTransform.cs
- EntityDataSourceWrapperCollection.cs
- OracleBFile.cs
- List.cs
- ADMembershipProvider.cs
- UIAgentAsyncEndRequest.cs
- METAHEADER.cs
- Help.cs
- Behavior.cs
- ColorConverter.cs
- DataServiceQueryException.cs
- TabItemAutomationPeer.cs
- TrustLevelCollection.cs
- NameValueSectionHandler.cs
- RequestTimeoutManager.cs
- TableItemProviderWrapper.cs
- ScriptManagerProxy.cs
- WebServiceFaultDesigner.cs
- AnnotationHighlightLayer.cs
- WebPartEditorOkVerb.cs
- CounterCreationDataConverter.cs
- LinkTarget.cs
- SingleQueryOperator.cs
- TiffBitmapDecoder.cs
- FormatConvertedBitmap.cs
- DataControlFieldCell.cs
- LoginName.cs
- Inflater.cs
- ComEventsSink.cs
- DataGridSortCommandEventArgs.cs
- GeometryModel3D.cs
- ParserContext.cs
- _BasicClient.cs
- Panel.cs
- SweepDirectionValidation.cs
- TypeUtil.cs
- XmlText.cs
- DeviceContext.cs
- DynamicRenderer.cs
- ExtendedProtectionPolicy.cs
- WindowsTooltip.cs
- CaseStatementProjectedSlot.cs
- WorkflowTransactionService.cs
- ThreadSafeList.cs
- XmlSchemaRedefine.cs
- GreenMethods.cs
- AccessibleObject.cs
- AlgoModule.cs
- HandoffBehavior.cs
- ErrorsHelper.cs
- ControlCachePolicy.cs
- PresentationSource.cs
- ValidatorCollection.cs
- Rules.cs
- Type.cs
- OleCmdHelper.cs
- CodeCatchClauseCollection.cs
- BitmapImage.cs
- DataRelationCollection.cs
- Parameter.cs
- TemplatePagerField.cs
- PageWrapper.cs
- Matrix3D.cs
- DataBoundControlAdapter.cs
- AnimationTimeline.cs
- ListViewDesigner.cs