iControl.ManagementLicenseAdministration.Begininstall_license_from_file C# (CSharp) Method

Begininstall_license_from_file() public method

public Begininstall_license_from_file ( string license_file, System callback, object asyncState ) : System.IAsyncResult
license_file string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begininstall_license_from_file(string license_file, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("install_license_from_file", new object[] {
            license_file}, callback, asyncState);
        }