Pure Mpi.NET Library
BeginReceive<(Of <(T>)>) Method (source, tag, timeout, callback, asyncState)
NamespacesMpiCommBeginReceive<(Of <(T>)>)(Int32, String, TimeSpan, AsyncCallback, Object)
asynchronusly receives data
Declaration Syntax
C#Visual BasicVisual C++
public IAsyncResult BeginReceive<T>(
	int source,
	string tag,
	TimeSpan timeout,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginReceive(Of T) ( _
	source As Integer, _
	tag As String, _
	timeout As TimeSpan, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult
public:
generic<typename T>
IAsyncResult^ BeginReceive(
	int source, 
	String^ tag, 
	TimeSpan timeout, 
	AsyncCallback^ callback, 
	Object^ asyncState
)
Generic Template Parameters
T
type of data to receive
Parameters
source (Int32)
sending host rank
tag (String)
data identifier
timeout (TimeSpan)
time to wait for data
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)