[AdapterCommandAttribute("Stops the adapter.", new string[] { ... })]
public virtual void Stop()
<AdapterCommandAttribute("Stops the adapter.", New String() { ... })>
Public Overridable Sub Stop
public:
[AdapterCommandAttribute(L"Stops the adapter.", __gc new array<String^>^ { ... })]
virtual void Stop()
function Stop();