IndependentActionAdapterManagerBaseTAdapterGetAdapterStatus Method
Gets subscriber information for specified client connection.
Namespace: Gemstone.Timeseries.AdaptersAssembly: 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
)
<AdapterCommandAttribute("Gets subscriber information for specified client connection.")>
<LabelAttribute("Get Adapter Status")>
<ParameterAttribute("adapterIndex", "Adapter Index", "Enumerated index for child adapter.")>
Public Overridable Function GetAdapterStatus (
adapterIndex As Integer
) As String
public:
[AdapterCommandAttribute(L"Gets subscriber information for specified client connection.")]
[LabelAttribute(L"Get Adapter Status")]
[ParameterAttribute(L"adapterIndex", L"Adapter Index", L"Enumerated index for child adapter.")]
virtual String^ GetAdapterStatus(
int adapterIndex
)
function GetAdapterStatus(adapterIndex);
- adapterIndex Int32
- Enumerated index for child adapter.
StringStatus for adapter with specified
adapterIndex.
IIndependentAdapterManagerGetAdapterStatus(Int32)