ServerNetworkService_Components Methods |
The ServerNetworkService_Components type exposes the following members.
Methods| | Name | Description |
|---|
 | BeginMessage(Int32) | (Inherited from ServerService) |
 | BeginMessage(ServerServiceMessageType) | (Inherited from ServerService) |
 | BeginMessage(ServerNodeClient, ServerServiceMessageType) | (Inherited from ServerService) |
 | BeginMessage(ServerNodeClient, Int32) | (Inherited from ServerService) |
 | BeginMessage(IListServerNodeClient, ServerServiceMessageType) | (Inherited from ServerService) |
 | BeginMessage(IListServerNodeClient, Int32) | (Inherited from ServerService) |
 | BeginMessageToAll(Int32) | (Inherited from ServerService) |
 | BeginMessageToAll(ServerServiceMessageType) | (Inherited from ServerService) |
 | ClientDisconnected | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetAllClientItems | |
 | GetClientItem(ServerNodeClient) | |
 | GetClientItem(Int64) | |
 | GetClientItem(ServerNetworkService_UsersUserInfo) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetMessageType(Int32) | (Inherited from ServerService) |
 | GetMessageType(String) | (Inherited from ServerService) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OnDispose | (Overrides ServerServiceOnDispose) |
 | OnUpdate | (Inherited from ServerService) |
 | RegisterMessageType(String, Int32) | (Inherited from ServerService) |
 | RegisterMessageType(String, Int32, ServerServiceMessageTypeReceiveHandlerDelegate) | (Inherited from ServerService) |
 | ResetScene | |
 | SendMessage(ServerNodeClient, ServerServiceMessageType, ArraySegmentByte) | (Inherited from ServerService) |
 | SendMessage(ServerNodeClient, Int32, ArraySegmentByte) | (Inherited from ServerService) |
 | SendMessage(IListServerNodeClient, ServerServiceMessageType, ArraySegmentByte) | (Inherited from ServerService) |
 | SendMessage(IListServerNodeClient, Int32, ArraySegmentByte) | (Inherited from ServerService) |
 | SendSceneCreate | |
 | SendSceneDestroy | |
 | SetScene | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
Top
Extension Methods
See Also