iControl.ManagementLicenseAdministration.Endget_system_dossier C# (CSharp) 메소드

Endget_system_dossier() 공개 메소드

public Endget_system_dossier ( System asyncResult ) : string
asyncResult System
리턴 string
        public string Endget_system_dossier(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }