Procedure<T, TArgs>
Represents an instance procedure with arbitrary number of arguments
allocated on the stack.
public virtual IAsyncResult BeginInvoke(T& modreq(System.Runtime.InteropServices.InAttribute) this, TArgs& modreq(System.Runtime.InteropServices.InAttribute) arguments, AsyncCallback callback, object object)
public virtual void EndInvoke(T& modreq(System.Runtime.InteropServices.InAttribute) this, TArgs& modreq(System.Runtime.InteropServices.InAttribute) arguments, IAsyncResult result)
public virtual void Invoke(T& modreq(System.Runtime.InteropServices.InAttribute) this, TArgs& modreq(System.Runtime.InteropServices.InAttribute) arguments)