iControl.WebAcceleratorApplications.Beginget_local_policy C# (CSharp) Method

Beginget_local_policy() public method

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