PostSharp / / API Reference / Post­Sharp.​Aspects.​Advices / Event­Accessor<TDelegate> / Begin­Invoke

Method BeginInvoke

BeginInvoke(TDelegate, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(TDelegate delegate, AsyncCallback callback, object object)
Parameters
Type Name Description
TDelegate delegate
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult