iControl.SystemVCMP.Beginget_capability C# (CSharp) Method

Beginget_capability() public method

public Beginget_capability ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_capability(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_capability", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP