Skip to content
DocsTry Aspire
DocsTry

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)virtualIAsyncResult
public delegate ConstructBuilderDelegate<T>
{
public virtual IAsyncResult BeginInvoke(
Construct scope,
AsyncCallback callback,
object @object)
{
// ...
}
}
scopeConstruct
callbackAsyncCallback
objectobject
EndInvoke(IAsyncResult)Section titled EndInvoke(IAsyncResult)virtualT
public delegate ConstructBuilderDelegate<T>
{
public virtual T EndInvoke(
IAsyncResult result)
{
// ...
}
}
resultIAsyncResult