ConstructBuilderDelegate<T> Methods
Delegate Methods 2 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) virtual IAsyncResult public delegate ConstructBuilderDelegate<T>{ public virtual IAsyncResult BeginInvoke( Construct scope, AsyncCallback callback, object @object) { // ... }}Parameters
scope Construct callback AsyncCallback object object public delegate ConstructBuilderDelegate<T>{ public virtual T EndInvoke( IAsyncResult result) { // ... }}Parameters
result IAsyncResult