C# Class Opc.Ua.Client.Session.AsyncRequestState

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Defunct bool
RequestId uint
RequestTypeId uint
Result IAsyncResult
Timestamp System.DateTime

Property Details

Defunct public_oe property

public bool Defunct
return bool

RequestId public_oe property

public uint RequestId
return uint

RequestTypeId public_oe property

public uint RequestTypeId
return uint

Result public_oe property

public IAsyncResult Result
return IAsyncResult

Timestamp public_oe property

public DateTime,System Timestamp
return System.DateTime