ICommunicationClient Interface |
Note: This API is now obsolete.
Namespace: SampSharp.Core.Communication.Clients
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")] public interface ICommunicationClient : IDisposable
The ICommunicationClient type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connects this client to the server.
| |
Disconnect |
Disconnects this client from the server.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
ReceiveAsync |
Waits for the next command sent by the server.
| |
Send |
Sends the specified command to the server.
|