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

Beginget_host_https_subdomain_count() 공개 메소드

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