iControl.ManagementLicenseAdministration.Endinstall_license_from_file C# (CSharp) Method

Endinstall_license_from_file() public method

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