Class NXRemotableObject
Inheritance
NXRemotableObject
Implements
IMessageSink
Inherited Members
Namespace: NXOpen.Utilities
Assembly: NXOpen.Utilities.dll
Syntax
public class NXRemotableObject : MarshalByRefObject, IMessageSink
Constructors
NXRemotableObject()
Declaration
public NXRemotableObject()
Properties
NextSink
Declaration
public IMessageSink NextSink { get; }
Property Value
| Type | Description |
|---|---|
| IMessageSink |
Methods
AsyncProcessMessage(IMessage, IMessageSink)
Declaration
public IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Parameters
| Type | Name | Description |
|---|---|---|
| IMessage | msg | |
| IMessageSink | replySink |
Returns
| Type | Description |
|---|---|
| IMessageCtrl |
SyncProcessMessage(IMessage)
Declaration
public IMessage SyncProcessMessage(IMessage msg)
Parameters
| Type | Name | Description |
|---|---|---|
| IMessage | msg |
Returns
| Type | Description |
|---|---|
| IMessage |
initialize()
Declaration
protected void initialize()
Implements
System.Runtime.Remoting.Messaging.IMessageSink