iControl.ManagementLicenseAdministration.Beginget_system_dossier C# (CSharp) Method

Beginget_system_dossier() public method

public Beginget_system_dossier ( string registration_keys, System callback, object asyncState ) : System.IAsyncResult
registration_keys string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_system_dossier(string [] registration_keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_system_dossier", new object[] {
            registration_keys}, callback, asyncState);
        }