Skip to content

IConnectionMode Interface

sequenze edited this page Jun 15, 2017 · 2 revisions

This interface specifies the operations required to support any given connection mode.

Inheritance Hierarchy

Object

Syntax

public abstract interface IConnectionMode

Methods

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.

See Also

IOperationMap, IMessage

Clone this wiki locally