Class ThreadCommunicator.Request
Implements
Inherited Members
Namespace: Microsoft.ML.Probabilistic
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
protected class Request : ICommunicatorRequest
Constructors
Request(ThreadCommunicator.SharedState, Int32, Int32, Int32)
Declaration
public Request(ThreadCommunicator.SharedState shared, int source, int dest, int tag)
Parameters
| Type | Name | Description |
|---|---|---|
| ThreadCommunicator.SharedState | shared | |
| Int32 | source | |
| Int32 | dest | |
| Int32 | tag |
Methods
Test()
Declaration
public bool Test()
Returns
| Type | Description |
|---|---|
| Boolean |
Wait()
Wait for the request to complete
Declaration
public void Wait()