iControl.NetworkingIPsecPolicy.Beginset_ipcomp_deflate_level C# (CSharp) Method

Beginset_ipcomp_deflate_level() public method

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