iControl.SystemSystemInfo.Endget_globally_unique_identifier C# (CSharp) Méthode

Endget_globally_unique_identifier() public méthode

public Endget_globally_unique_identifier ( System asyncResult ) : string
asyncResult System
Résultat string
        public string Endget_globally_unique_identifier(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }
SystemSystemInfo