Data Port Sync 1.0.500

Pipe. Method 

[This is preliminary documentation and subject to change.]

Writes a command to the pipe. Use this method for simple commands only (no parameters).

[Visual Basic]
Public Sub ( _
   ByVal CommandCode As CommandCode _
)
[C#]
public void (
   CommandCode code
);

Parameters

CommandCode
CommandCode to execute.

Exceptions

Exception Type Condition
PipeException Thrown when the pipe is closed or when writing to the pipe fails.

See Also

Pipe Class | Primeworks.DesktopSqlCe Namespace