IndependentActionAdapterManagerBaseTAdapterGetAdapterStatus Method

Gets subscriber information for specified client connection.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
[AdapterCommandAttribute("Gets subscriber information for specified client connection.")]
[LabelAttribute("Get Adapter Status")]
[ParameterAttribute("adapterIndex", "Adapter Index", "Enumerated index for child adapter.")]
public virtual string GetAdapterStatus(
	int adapterIndex
)

Parameters

adapterIndex  Int32
Enumerated index for child adapter.

Return Value

String
Status for adapter with specified adapterIndex.

Implements

IIndependentAdapterManagerGetAdapterStatus(Int32)

See Also