Pure Mpi.NET Library
BeginSend<(Of <(T>)>) Method (target, tag, data, timeout, callback, asyncState)
NamespacesMpiCommBeginSend<(Of <(T>)>)(Int32, String, T, TimeSpan, AsyncCallback, Object)
Asynchronously send data to the target
Declaration Syntax
C#Visual BasicVisual C++
public IAsyncResult BeginSend<T>(
	int target,
	string tag,
	T data,
	TimeSpan timeout,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSend(Of T) ( _
	target As Integer, _
	tag As String, _
	data As T, _
	timeout As TimeSpan, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
public:
generic<typename T>
IAsyncResult^ BeginSend(
	int target, 
	String^ tag, 
	T data, 
	TimeSpan timeout, 
	AsyncCallback^ callback, 
	Object^ asyncState
)
Generic Template Parameters
T
type of data to send
Parameters
target (Int32)
receiving host rank
tag (String)
data indentifier
data (T)
data to send
timeout (TimeSpan)
timeout
callback (AsyncCallback)
callback containing success or failure and waithandle
asyncState (Object)
token object for callback
Return Value
async result

Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)