iControl.WebAcceleratorApplications.Beginget_info_header C# (CSharp) Method

Beginget_info_header() public method

public Beginget_info_header ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_info_header(string [] applications, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_info_header", new object[] {
            applications}, callback, asyncState);
        }
WebAcceleratorApplications