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

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