Property | Type | Description | |
---|---|---|---|
IDLock | object | ||
connectExpected | |||
connected |
Method | Description | |
---|---|---|
ResourceServer ( uint serverID ) : System | ||
getCurrentID ( ) : uint | ||
setCurrentID ( uint ID ) : void | ||
setExpectedClient ( uint clientID ) : void | ||
startServer ( ) : Task | ||
stopServer ( ) : void |
public ResourceServer ( uint serverID ) : System | ||
serverID | uint | |
return | System |
public static setCurrentID ( uint ID ) : void | ||
ID | uint | |
return | void |
public static setExpectedClient ( uint clientID ) : void | ||
clientID | uint | |
return | void |
public static ManualResetEventSlim,System.Threading connectExpected | ||
return |