ServerChannelSendOperator Method |
Sends a operator command to OBCOM NetServer.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public void SendOperator(
string command
)
Public Sub SendOperator (
command As String
)
Parameters
- command
- Type: SystemString
The operator command to send to OBCOM NetServer.
See Also