C# Class Opc.Ua.Server.SessionPublishQueue.QueuedRequest

A request queued while waiting for a subscription.
Inheritance: IDisposable
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Свойство Type Description
Deadline System.DateTime
Error StatusCode
Event System.Threading.ManualResetEvent
Operation AsyncPublishOperation
SecureChannelId string
Subscription QueuedSubscription

Méthodes publiques

Méthode Description
Dispose ( ) : void

Frees any unmanaged resources.

Set ( ) : void

Sets the event that wakes up the publish thread.

Wait ( int timeout ) : ServiceResult

Waits for the request to be processed.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Set() public méthode

Sets the event that wakes up the publish thread.
public Set ( ) : void
Résultat void

Wait() public méthode

Waits for the request to be processed.
public Wait ( int timeout ) : ServiceResult
timeout int
Résultat ServiceResult

Property Details

Deadline public_oe property

public DateTime,System Deadline
Résultat System.DateTime

Error public_oe property

public StatusCode Error
Résultat StatusCode

Event public_oe property

public ManualResetEvent,System.Threading Event
Résultat System.Threading.ManualResetEvent

Operation public_oe property

public AsyncPublishOperation,Opc.Ua.Server Operation
Résultat AsyncPublishOperation

SecureChannelId public_oe property

public string SecureChannelId
Résultat string

Subscription public_oe property

public QueuedSubscription Subscription
Résultat QueuedSubscription