iControl.SystemVCMP.Beginget_hostname C# (CSharp) Method

Beginget_hostname() public method

public Beginget_hostname ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_hostname(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_hostname", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP