Skip to content
DocsTry Aspire
DocsTry

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)virtualIAsyncResult
public delegate ConstructOutputDelegate<T>
{
public virtual IAsyncResult BeginInvoke(
T construct,
AsyncCallback callback,
object @object)
{
// ...
}
}
constructT
callbackAsyncCallback
objectobject
EndInvoke(IAsyncResult)Section titled EndInvoke(IAsyncResult)virtualstring
public delegate ConstructOutputDelegate<T>
{
public virtual string EndInvoke(
IAsyncResult result)
{
// ...
}
}
resultIAsyncResult