Property | Type | Description | |
---|---|---|---|
ConnectedClients | HashSet |
Method | Description | |
---|---|---|
Add ( System.Guid aGuid, string aString, string aMessage ) : void | ||
Disable ( System.Guid aGuid ) : void | ||
DisableAskForVersion ( System.Guid aGuid ) : void | ||
Enable ( System.Guid aGuid ) : void | ||
EnableAskForVersion ( System.Guid aGuid ) : void | ||
InVisible ( ) : void | ||
LoadByServer ( System.Guid aGuid, int aCount, int aPage, string aSortBy, string aSort ) : |
||
Remove ( System.Guid aGuid ) : void | ||
SetMessageAfterConnect ( System.Guid aGuid, string aMessage ) : void | ||
Visible ( ) : void |
Method | Description | |
---|---|---|
AddClient ( |
||
GetClient ( string connectionId ) : |
||
RemoveClient ( string connectionId ) : void |
public Add ( System.Guid aGuid, string aString, string aMessage ) : void | ||
aGuid | System.Guid | |
aString | string | |
aMessage | string | |
return | void |
protected AddClient ( |
||
aClient | ||
return | void |
public DisableAskForVersion ( System.Guid aGuid ) : void | ||
aGuid | System.Guid | |
return | void |
public EnableAskForVersion ( System.Guid aGuid ) : void | ||
aGuid | System.Guid | |
return | void |
protected GetClient ( string connectionId ) : |
||
connectionId | string | |
return |
public LoadByServer ( System.Guid aGuid, int aCount, int aPage, string aSortBy, string aSort ) : |
||
aGuid | System.Guid | |
aCount | int | |
aPage | int | |
aSortBy | string | |
aSort | string | |
return |
protected RemoveClient ( string connectionId ) : void | ||
connectionId | string | |
return | void |
public SetMessageAfterConnect ( System.Guid aGuid, string aMessage ) : void | ||
aGuid | System.Guid | |
aMessage | string | |
return | void |