iControl.SystemVCMP.Beginset_hostname C# (CSharp) 메소드

Beginset_hostname() 공개 메소드

public Beginset_hostname ( string guests, string hostnames, System callback, object asyncState ) : System.IAsyncResult
guests string
hostnames string
callback System
asyncState object
리턴 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