Data Port Sync 1.0.500

Pipe. Method 

[This is preliminary documentation and subject to change.]

Waits for a specific command to hit the queue in the timeout period

[Visual Basic]
Public Function ( _
   ByVal CommandCode As CommandCode _
) As Boolean
[C#]
public bool (
   CommandCode code
);

Parameters

CommandCode
CommandCode to wait for.

Return Value

True if the command was received.

Exceptions

Exception Type Condition
PipeException Thrown when the communication pipe is closed.

See Also

Pipe Class | Primeworks.DesktopSqlCe Namespace