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

Show file 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 property

public bool Defunct
return bool

RequestId public property

public uint RequestId
return uint

RequestTypeId public property

public uint RequestTypeId
return uint

Result public property

public IAsyncResult Result
return IAsyncResult

Timestamp public property

public DateTime,System Timestamp
return System.DateTime