iControl.NetworkingIPsecPolicy.Beginget_mode C# (CSharp) Method

Beginget_mode() public method

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