iControl.NetworkingIPsecPolicy.Beginget_ipcomp_deflate_level C# (CSharp) Method

Beginget_ipcomp_deflate_level() public method

public Beginget_ipcomp_deflate_level ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_ipcomp_deflate_level(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ipcomp_deflate_level", new object[] {
            policies}, callback, asyncState);
        }
NetworkingIPsecPolicy