iControl.SystemVCMP.Endremove_all_capabilities C# (CSharp) Method

Endremove_all_capabilities() public method

public Endremove_all_capabilities ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_all_capabilities(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemVCMP