Asynchronously send data to the target
| C# | Visual Basic | Visual 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 )
- T
- type of data to send
- 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
async result handle