iControl.NetworkingIPsecPolicy.Beginget_ipcomp_deflate_level C# (CSharp) Méthode

Beginget_ipcomp_deflate_level() public méthode

public Beginget_ipcomp_deflate_level ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
Résultat 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