Pure Mpi.NET Library
Receive<(Of <(T>)>) Method (source, tag, timeout)
NamespacesMpiCommReceive<(Of <(T>)>)(Int32, String, TimeSpan)
Receive data that was sent to it from a send call. Blocks until data is received or timeout occurs.
Declaration Syntax
C#Visual BasicVisual C++
public T Receive<T>(
	int source,
	string tag,
	TimeSpan timeout
)
Public Function Receive(Of T) ( _
	source As Integer, _
	tag As String, _
	timeout As TimeSpan _
) As T
public:
generic<typename T>
T Receive(
	int source, 
	String^ tag, 
	TimeSpan timeout
)
Generic Template Parameters
T
type of data to receive
Parameters
source (Int32)
sending host rank
tag (String)
data indentifier
timeout (TimeSpan)
timeout
Return Value
received data

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