Pure Mpi.NET Library
EndSend<(Of <(T>)>) Method (result)
NamespacesMpiCommEndSend<(Of <(T>)>)(IAsyncResult)
blocks on an asynchronously send until data is received or a timeout occurs
Declaration Syntax
C#Visual BasicVisual C++
public void EndSend<T>(
	IAsyncResult result
)
Public Sub EndSend(Of T) ( _
	result As IAsyncResult _
)
public:
generic<typename T>
void EndSend(
	IAsyncResult^ result
)
Generic Template Parameters
T
type of data sent
Parameters
result (IAsyncResult)
result handle
Return Value
void

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