Class NXRemotableObject
Inheritance
System.Object
System.MarshalByRefObject
NXRemotableObject
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.Runtime.Remoting.Messaging.IMessageSink |
Methods
AsyncProcessMessage(IMessage, IMessageSink)
Declaration
public IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Remoting.Messaging.IMessage | msg | |
System.Runtime.Remoting.Messaging.IMessageSink | replySink |
Returns
Type | Description |
---|---|
System.Runtime.Remoting.Messaging.IMessageCtrl |
initialize()
Declaration
protected void initialize()
SyncProcessMessage(IMessage)
Declaration
public IMessage SyncProcessMessage(IMessage msg)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Remoting.Messaging.IMessage | msg |
Returns
Type | Description |
---|---|
System.Runtime.Remoting.Messaging.IMessage |
Implements
System.Runtime.Remoting.Messaging.IMessageSink