iControl.WebAcceleratorApplications.Beginget_ibr_prefix C# (CSharp) Method

Beginget_ibr_prefix() public method

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