Method BeginInvoke
BeginInvoke(IntPtr, UInt64, out UInt64, UInt64, String[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr DisInfo, ulong ReferenceValue, out ulong ReferenceType, ulong ReferencePC, string[] ReferenceName, AsyncCallback callback, object object)
Parameters
public virtual IAsyncResult BeginInvoke(IntPtr DisInfo, ulong ReferenceValue, out ulong ReferenceType, ulong ReferencePC, string[] ReferenceName, AsyncCallback callback, object object)
IntPtr | DisInfo | |
UInt64 | ReferenceValue | |
UInt64 | ReferenceType | |
UInt64 | ReferencePC | |
String[] | ReferenceName | |
AsyncCallback | callback | |
Object | object |
Returns
IAsyncResult |