ServiceState Class
Handle states and events for alternate service.
Namespace: AlterunaAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
public class ServiceState
- Inheritance
- Object ServiceState
GetCodecForId |
Get AdaptiveSerializable for a given codec id.
|
InvokeRemoteProcedure(String, UserId, ProcedureParameters, ISerializable, Reliability, RemoteProcedureReply, RemoteProcedureAck) |
Invoke a Remote Procedure Call (RPC).
|
InvokeRemoteProcedure(String, UInt16, ProcedureParameters, ISerializable, Reliability, RemoteProcedureReply, RemoteProcedureAck) |
Invoke a Remote Procedure Call (RPC).
|
MulticastRemoteProcedure |
Invoke a Remote Procedure Call (RPC) for multiple Users.
|
RegisterRemoteProcedure |
Register a Remote Procedure.
|
ReplyRemoteProcedure |
Reply to a Remote Procedure Called by another User.
|
Sync(SynchronizableElement, Reliability) |
Serialize and route a package.
|
Sync(Guid, IAdaptiveSerializable, Reliability) |
Serialize and route a package.
|
Sync(SynchronizableElement, ListUInt16, Reliability) |
Serialize and route a package.
|
Sync(Guid, IAdaptiveSerializable, ListUInt16, Reliability) |
Serialize and route a package.
|
TryGetCodecForId |
Get a AdaptiveSerializable for a given codec id.
|