NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Static Public Member Functions | List of all members
NXOpen.Utilities.NXRemotingHelper Class Reference

Provides utility methods to extend remoting support for new applications to be developed on NX platform. More...

Static Public Member Functions

static object GetServerObject (Type objectType, object ownerSession)
 Retrieves the server object for a given type running on the same port that of the owner (NX session) Naming convention "ClassName_ServerObject" should be used while exporting it from server application. More...
 
static bool IsSessionRunningRemotely (object ownerSession)
 Checks whether the session object belongs to another process, i.e. More...
 

Detailed Description

Provides utility methods to extend remoting support for new applications to be developed on NX platform.

Member Function Documentation

static object NXOpen.Utilities.NXRemotingHelper.GetServerObject ( Type  objectType,
object  ownerSession 
)
inlinestatic

Retrieves the server object for a given type running on the same port that of the owner (NX session) Naming convention "ClassName_ServerObject" should be used while exporting it from server application.

static bool NXOpen.Utilities.NXRemotingHelper.IsSessionRunningRemotely ( object  ownerSession)
inlinestatic

Checks whether the session object belongs to another process, i.e.

if a remote server object


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.