C# Class System.Runtime.Remoting.Channels.BasicAsyncResult

Inheritance: IAsyncResult
Show file Open project: gbarnett/shared-source-cli-2.0

Private Properties

Property Type Description
BasicAsyncResult System
CleanupOnComplete void
SetComplete void

Private Methods

Method Description
BasicAsyncResult ( AsyncCallback callback, Object state ) : System
CleanupOnComplete ( ) : void
SetComplete ( Object returnValue, Exception exception ) : void