iControl.SystemVCMP.Beginremove_capability C# (CSharp) Method

Beginremove_capability() public method

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