-
Notifications
You must be signed in to change notification settings - Fork 2
IConnectionMode Interface
sequenze edited this page Jun 15, 2017
·
2 revisions
This interface specifies the operations required to support any given connection mode.
Object
public abstract interface IConnectionMode
Name | Description |
---|---|
ProcessRequest(IOperationMap) | Method for processing requests by the SpaceRepository executing the requested action. |
PerformRequest(IMessage) | Method for executing a request by the RemoteSpace. |