Method | Description | |
---|---|---|
DispatchChanges ( ) : void | ||
Process ( |
||
Publish ( object obj ) : bool | ||
Publish ( IObservableDataObject dataObject ) : void | ||
ReferenceManager ( |
||
Subscribe ( object obj ) : bool | ||
Subscribe ( IObservableDataObject dataObject, RemotingPeer peer, int remoteId ) : void | ||
TryGetLocalId ( object obj, int &localId ) : bool |
Method | Description | |
---|---|---|
CreateReference ( IObservableDataObject dataObject ) : System.Reference | ||
ProcessChanges ( |
||
ProcessSubscribe ( |
||
ProcessUnsubscribe ( |
public Publish ( IObservableDataObject dataObject ) : void | ||
dataObject | IObservableDataObject | |
return | void |
public ReferenceManager ( |
||
remotingManager | ||
return | System |
public static Subscribe ( object obj ) : bool | ||
obj | object | |
return | bool |
public Subscribe ( IObservableDataObject dataObject, RemotingPeer peer, int remoteId ) : void | ||
dataObject | IObservableDataObject | |
peer | RemotingPeer | |
remoteId | int | |
return | void |
public TryGetLocalId ( object obj, int &localId ) : bool | ||
obj | object | |
localId | int | |
return | bool |