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