iControl.NetworkingIPsecPolicy.Endget_ipcomp_deflate_level C# (CSharp) 메소드

Endget_ipcomp_deflate_level() 공개 메소드

public Endget_ipcomp_deflate_level ( System asyncResult ) : short[]
asyncResult System
리턴 short[]
        public short[] Endget_ipcomp_deflate_level(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((short [])(results[0]));
        }
NetworkingIPsecPolicy