iControl.WebAcceleratorApplications.Beginremove_host C# (CSharp) 메소드

Beginremove_host() 공개 메소드

public Beginremove_host ( string applications, string hosts, System callback, object asyncState ) : System.IAsyncResult
applications string
hosts string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_host(string [] applications,string [] [] hosts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_host", new object[] {
            applications,
            hosts}, callback, asyncState);
        }
WebAcceleratorApplications