iControl.SystemVCMP.Beginset_hostname C# (CSharp) Method

Beginset_hostname() public method

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