C# Class NetWrok.Location

Inheritance: SubAPI
Datei anzeigen Open project: simonwittber/netwrok-client Class Usage Examples

Public Methods

Method Description
Enter ( int member_id ) : void
Exit ( ) : void
GetMembers ( ) : Request
GetObject ( string key ) : Request
GetObjectKeys ( ) : Request
Send ( string msg ) : void
SetObject ( string key, object value ) : void

Method Details

Enter() public method

public Enter ( int member_id ) : void
member_id int
return void

Exit() public method

public Exit ( ) : void
return void

GetMembers() public method

public GetMembers ( ) : Request
return Request

GetObject() public method

public GetObject ( string key ) : Request
key string
return Request

GetObjectKeys() public method

public GetObjectKeys ( ) : Request
return Request

Send() public method

public Send ( string msg ) : void
msg string
return void

SetObject() public method

public SetObject ( string key, object value ) : void
key string
value object
return void