Test(T) Method
Microsoft Robotics Class Reference
Atomically removes a message from the port, or returns null if none present
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public T Test<T>()
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Microsoft.Ccr.Core.PortSet`2.Test``1"]
Return Value
an enqueued messages if port is non empty. Null otherwise