iControl.SystemVCMP.Beginadd_capability C# (CSharp) Method

Beginadd_capability() public method

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