OPC Labs EasyOPC-UA Library
UADataSetSubscriptionDescriptor Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UADataSetSubscriptionDescriptor Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Logicalizes the dataset subscription descriptor, by removing the physical information from it.

 

DISPID (Dispatch ID):

 

For more information, see Logicalize in .NET Reference.

Physicalizes the dataset subscription descriptor, by removing the logical information from it.

 

DISPID (Dispatch ID):

 

For more information, see Physicalize in .NET Reference.

Public Properties
When non-empty, specifies the name of the alias that will be used in place of this object.

 

DISPID (Dispatch ID):

 

For more information, see AliasName in .NET Reference.

Determines whether the dataset subscription descriptor allows resolution.

 

DISPID (Dispatch ID):

 

For more information, see AllowsResolution in .NET Reference.

The communication parameters to be used by the subscriber.

 

DISPID (Dispatch ID):

 

For more information, see CommunicationParameters in .NET Reference.

Specifies a PubSub connection, using physical parameters, or logical name.

 

DISPID (Dispatch ID):

 

For more information, see ConnectionDescriptor in .NET Reference.

An optional metadata for the subscribed dataset.

 

DISPID (Dispatch ID):

 

For more information, see DataSetMetaData in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The effective message receive timeout being used by this descriptor. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see EffectiveMessageReceiveTimeout in .NET Reference.

The effective security mode being used by this descriptor.

 

DISPID (Dispatch ID):

 

For more information, see EffectiveSecurityMode in .NET Reference.

Specifies how the incoming PubSub messages should be filtered before being delivered to the application.

 

DISPID (Dispatch ID):

 

For more information, see Filter in .NET Reference.

Determines whether the filter is strictly physical.

 

DISPID (Dispatch ID):

 

For more information, see FilterIsStrictlyPhysical in .NET Reference.

Determines whether the filter requires resolution.

 

DISPID (Dispatch ID):

 

For more information, see FilterRequiresResolution in .NET Reference.

Determines whether PubSub connection is specified in the descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasConnectionDescriptor in .NET Reference.

Determines whether dataset metadata is specified in the descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasDataSetMetaData in .NET Reference.

Determines whether a published dataset is specified in the descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasPublishedDataSet in .NET Reference.

Message receive timeout inferred from the effective transport profile URI. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see InferredMessageReceiveTimeout in .NET Reference.

Security mode inferred from the communication parameters.

 

DISPID (Dispatch ID):

 

For more information, see InferredSecurityMode in .NET Reference.

Determines whether this object is aliased.

 

DISPID (Dispatch ID):

 

For more information, see IsAliased in .NET Reference.

Determines whether the current object is a null dataset subscription descriptor.

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

Determines whether this dataset subscription descriptor is strictly physical.

 

DISPID (Dispatch ID):

 

For more information, see IsStrictlyPhysical in .NET Reference.

An optional name of the published dataset.

 

DISPID (Dispatch ID):

 

For more information, see PublishedDataSetName in .NET Reference.

Determines whether a resolution is required for this descriptor.

 

DISPID (Dispatch ID):

 

For more information, see RequiresResolution in .NET Reference.

Describes the PubSub resolver to be used for resolving the logical information in the dataset subscription descriptor.

 

DISPID (Dispatch ID):

 

For more information, see ResolverDescriptor in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UADataSetSubscriptionDescriptor Object