C# 클래스 Opc.Ua.Server.SessionPublishQueue.QueuedRequest

A request queued while waiting for a subscription.
상속: IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
Deadline System.DateTime
Error StatusCode
Event System.Threading.ManualResetEvent
Operation AsyncPublishOperation
SecureChannelId string
Subscription QueuedSubscription

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

메소드 상세

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Set() 공개 메소드

Sets the event that wakes up the publish thread.
public Set ( ) : void
리턴 void

Wait() 공개 메소드

Waits for the request to be processed.
public Wait ( int timeout ) : ServiceResult
timeout int
리턴 ServiceResult

프로퍼티 상세

Deadline 공개적으로 프로퍼티

public DateTime,System Deadline
리턴 System.DateTime

Error 공개적으로 프로퍼티

public StatusCode Error
리턴 StatusCode

Event 공개적으로 프로퍼티

public ManualResetEvent,System.Threading Event
리턴 System.Threading.ManualResetEvent

Operation 공개적으로 프로퍼티

public AsyncPublishOperation,Opc.Ua.Server Operation
리턴 AsyncPublishOperation

SecureChannelId 공개적으로 프로퍼티

public string SecureChannelId
리턴 string

Subscription 공개적으로 프로퍼티

public QueuedSubscription Subscription
리턴 QueuedSubscription