Service Class

Alteruna service class.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public class Service
Inheritance
Object    Service

Properties

Methods

CreateRoom Create a new room.
DestroyRoom(Room) 
DestroyRoom(UInt32) 
GetLastBlockResponse 
JoinMatchmaking Join a Room through matchmaking.
JoinMatchmaking(UInt16) Join a Room through matchmaking using a pin.
JoinOnDemandRoom Create and Join a Room. The Room will close when the last player leaves the room.
JoinOnDemandRoom(UInt32) Join Room by id. The Room will close when the last player leaves the room.
JoinRoom(Room) 
JoinRoom(Room, UInt16) 
KickUser Kick user from current room.
LeaveCurrentRoom Send to leave request to current room.
LockRoom Lock current room.
OnSessionCreated 
RefreshAvailableRooms Refresh the AvailableRooms list containing the currently available Rooms on the server.
SetRoomName Rename currently joined room.
Start 
UnlockRoom Unlock current room.
Update 
VerifyApplicationID(Guid, LogBase) 
VerifyApplicationID(String, LogBase) 

Fields

See Also