ConstructBuilderDelegate<T> Methods
DelegateMethods2 members
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
BeginInvoke(Construct, AsyncCallback, object)Section titled BeginInvoke(Construct, AsyncCallback, object)virtualIAsyncResultpublic delegate ConstructBuilderDelegate<T>{ public virtual IAsyncResult BeginInvoke( Construct scope, AsyncCallback callback, object @object) { // ... }}Parameters
scopeConstructcallbackAsyncCallbackobjectobjectpublic delegate ConstructBuilderDelegate<T>{ public virtual T EndInvoke( IAsyncResult result) { // ... }}Parameters
resultIAsyncResult