Search Results for

    Show / Hide Table of Contents

    Class SubscriptionMgr

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SubscriptionMgr
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CollaborationApplication
    Assembly: NXOpen.dll
    Syntax
    public class SubscriptionMgr : TransientObject, IMessageSink, IDisposable

    Constructors

    SubscriptionMgr(nint)

    Declaration
    protected SubscriptionMgr(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    FollowPartsOnLoadFlag

    Declaration
    public bool FollowPartsOnLoadFlag { get; set; }
    Property Value
    Type Description
    bool

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    UpdateSubscription(string[])

    Declaration
    public void UpdateSubscription(string[] displayNames)
    Parameters
    Type Name Description
    string[] displayNames

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX