iControl.SystemSystemInfo.Endget_globally_unique_identifier C# (CSharp) Method

Endget_globally_unique_identifier() public method

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