OPC Labs EasyOPC-UA Library
UAClientSubscriptionParameters Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAClientSubscriptionParameters 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.

Sets the object properties back to their defaults.

 

DISPID (Dispatch ID):

 

For more information, see Reset in .NET Reference.

Public Properties
Determines whether notification messages with publish time that is too much ahead will be accepted for processing.

 

DISPID (Dispatch ID):

 

For more information, see AllowPublishTimeAhead in .NET Reference.

Determines whether notification messages with publish time that is too much stale will be accepted for processing.

 

DISPID (Dispatch ID):

 

For more information, see AllowPublishTimeStale in .NET Reference.

Assumed minimum publishing interval. For client overflow protection.

 

DISPID (Dispatch ID):

 

For more information, see AssumedMinimumKeepAliveCount in .NET Reference.

Assumed minimum publishing interval. For client overflow protection.

 

DISPID (Dispatch ID):

 

For more information, see AssumedMinimumLifetimeCount in .NET Reference.

Assumed minimum publishing interval. For client overflow protection.

 

DISPID (Dispatch ID):

 

For more information, see AssumedMinimumPublishingInterval in .NET Reference.

Check the subscription ID.

 

DISPID (Dispatch ID):

 

For more information, see CheckSubscriptionId in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The fastest keep-alive interval that the client will request from the server.

 

DISPID (Dispatch ID):

 

For more information, see FastestKeepAliveInterval in .NET Reference.

The fastest keep-alive interval that the client will request from the server when a debugger is attached.

 

DISPID (Dispatch ID):

 

For more information, see FastestKeepAliveIntervalDebug in .NET Reference.

The fastest lifetime interval that the client will request from the server.

 

DISPID (Dispatch ID):

 

For more information, see FastestLifetimeInterval in .NET Reference.

The fastest lifetime interval that the client will request from the server when a debugger is attached.

 

DISPID (Dispatch ID):

 

For more information, see FastestLifetimeIntervalDebug in .NET Reference.

Number of empty publishing cycles before the server returns a keep-alive message.

 

DISPID (Dispatch ID):

 

For more information, see KeepAliveCount in .NET Reference.

Number of missing publishing cycles before the server closes the subscription.

 

DISPID (Dispatch ID):

 

For more information, see LifetimeCount in .NET Reference.

Maximum lifetime due time. For server overflow protection.

 

DISPID (Dispatch ID):

 

For more information, see MaximumLifetimeDueTime in .NET Reference.

The period before a subscription with stopped publishing is considered halted.

 

DISPID (Dispatch ID):

 

For more information, see PublishingHaltedProbationaryPeriod in .NET Reference.

Capacity of the queue that holds publish status changes.

 

DISPID (Dispatch ID):

 

For more information, see PublishStatusChangedQueueLimit in .NET Reference.

Enforces that the revised lifetime count returned by the server is at least 3 times the revised keep alive count.

 

DISPID (Dispatch ID):

 

For more information, see RequireMinimumRevisedLifetimeCount in .NET Reference.

A delay before the component will try to recreate the subscription (in milliseconds).

 

DISPID (Dispatch ID):

 

For more information, see RetrialDelay in .NET Reference.

A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.

 

DISPID (Dispatch ID):

 

For more information, see StandardName in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

UAClientSubscriptionParameters Object