[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool TryGetAdapterByID(
uint id,
out IAdapterCollection?? adapter
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Function TryGetAdapterByID (
id As UInteger,
<OutAttribute> ByRef adapter As IAdapterCollection
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual bool TryGetAdapterByID(
unsigned int id,
[OutAttribute] IAdapterCollection^% adapter
) override
function TryGetAdapterByID(id, adapter);
[Missing <param name="id"/> documentation for "M:Gemstone.Timeseries.Adapters.AllAdaptersCollection.TryGetAdapterByID(System.UInt32,Gemstone.Timeseries.Adapters.IAdapterCollection@)"]
[Missing <param name="adapter"/> documentation for "M:Gemstone.Timeseries.Adapters.AllAdaptersCollection.TryGetAdapterByID(System.UInt32,Gemstone.Timeseries.Adapters.IAdapterCollection@)"]
[Missing <returns> documentation for "M:Gemstone.Timeseries.Adapters.AllAdaptersCollection.TryGetAdapterByID(System.UInt32,Gemstone.Timeseries.Adapters.IAdapterCollection@)"]