Pure Mpi.NET Library
BeginReceive<(Of <(T>)>) Method (source, tag, callback, asyncState)
NamespacesMpiCommBeginReceive<(Of <(T>)>)(Int32, String, AsyncCallback, Object)
asynchronusly receives data
Declaration Syntax
C#Visual BasicVisual C++
public IAsyncResult BeginReceive<T>(
	int source,
	string tag,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginReceive(Of T) ( _
	source As Integer, _
	tag As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
public:
generic<typename T>
IAsyncResult^ BeginReceive(
	int source, 
	String^ tag, 
	AsyncCallback^ callback, 
	Object^ asyncState
)
Generic Template Parameters
T
type of data to receive
Parameters
source (Int32)
sending host rank
tag (String)
data identifier
callback (AsyncCallback)
function to call when data is received
asyncState (Object)
object token for callback
Return Value
asynchronous result

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