[AdapterCommandAttribute("Examines concentration frame queue state.", new ResourceAccessLevel[] { ... })]
[LabelAttribute("Examine Queue State")]
public string ExamineQueueState()
<AdapterCommandAttribute("Examines concentration frame queue state.", New ResourceAccessLevel() { ... })>
<LabelAttribute("Examine Queue State")>
Public Function ExamineQueueState As String
public:
[AdapterCommandAttribute(L"Examines concentration frame queue state.", __gc new array<ResourceAccessLevel>^ { ... })]
[LabelAttribute(L"Examine Queue State")]
String^ ExamineQueueState()
function ExamineQueueState();
[Missing <returns> documentation for "M:Gemstone.Timeseries.Adapters.ActionAdapterBase.ExamineQueueState"]