|
PIOutputAdapterGetArchiveQueueStatus Method
|
Gets full archive queue status.
Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Gets full archive queue status.", new string[] { ... })]
public void GetArchiveQueueStatus()
<AdapterCommandAttribute("Gets full archive queue status.", New String() { ... })>
Public Sub GetArchiveQueueStatus
public:
[AdapterCommandAttribute(L"Gets full archive queue status.", __gc new array<String^>^ { ... })]
void GetArchiveQueueStatus()
[<AdapterCommandAttribute("Gets full archive queue status.", new string[] { ... })>]
member GetArchiveQueueStatus : unit -> unit
function GetArchiveQueueStatus();
View SourceSee Also