| Interface | Description |
|---|---|
| RemoteObject |
Provides access to various settings on a remote object.
|
| Class | Description |
|---|---|
| ObjectSpace |
Allows methods on objects to be invoked remotely over TCP.
|
| ObjectSpace.InvokeMethod |
Internal message to invoke methods remotely.
|
| ObjectSpace.InvokeMethodResult |
Internal message to return the result of a remotely invoked method.
|
| ObjectSpace.RemoteObjectSerializer |
Serializes an object registered with an ObjectSpace so the receiving side gets a
RemoteObject proxy rather than the
bytes for the serialized object. |
| Exception | Description |
|---|---|
| TimeoutException |
Thrown when a method with a return value is invoked on a remote object and the response is not received with the
response timeout. |
Copyright © 2014. All Rights Reserved.