Synchronisation object for async. send operations
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public SendComplete As ManualResetEvent |
| C# |
|---|
| public ManualResetEvent SendComplete; |
| C++ |
|---|
| public: ManualResetEvent SendComplete sealed ; |
| J# |
|---|
| public ManualResetEvent SendComplete |
| JScript |
|---|
| public SendComplete : ManualResetEvent; |