iControl.WebAcceleratorApplications.Beginget_remote_policy C# (CSharp) Method

Beginget_remote_policy() public method

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