IndependentOutputAdapterManagerBaseGetAdapterStatus Method

Gets subscriber information for specified client connection.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
[AdapterCommandAttribute("Gets subscriber information for specified client connection.")]
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