IController Methods |
The IController type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Will close and dispose the controller
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | OnClosed |
Called when the connection is closed or you choose to call Close() on the controller or the client call close()
|
![]() | OnInitialize |
Called when the instance is created.
This is called every time the connection creates a new instance of the controller
|
Name | Description | |
---|---|---|
![]() | CallAllT |
The method builds a RPC frame and sends it to all clients having an instance of the IController type T
(Defined by CommunicationExtensions.) |
![]() | CallOthersT |
The method builds a RPC frame and sends it to all clients having an instance of the IController type T
The calling client is excluded from the clients being called.
(Defined by CommunicationExtensions.) |
![]() | CallWhereT |
The method builds a RPC frame and sends it to clients having an instance of the IController type T and matches the expression
(Defined by CommunicationExtensions.) |
![]() | FindT |
Finds clients that has instances of the IController and match the expression
(Defined by CommunicationExtensions.) |
![]() | GetCustomAttributesOfTypeTA |
Returns all attributes of type TA on a IController object
(Defined by ReflectionHelper.) |