RemoteProcedureAckBeginInvoke Method

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public virtual IAsyncResult BeginInvoke(
	ushort numRecipients,
	uint callID,
	AsyncCallback callback,
	Object object
)

Parameters

numRecipients  UInt16
 
callID  UInt32
 
callback  AsyncCallback
 
object  Object
 

Return Value

IAsyncResult

See Also