iControl.NetworkingIPsecTrafficSelector.Beginget_direction C# (CSharp) Method

Beginget_direction() public method

public Beginget_direction ( string selectors, System callback, object asyncState ) : System.IAsyncResult
selectors string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_direction(string [] selectors, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_direction", new object[] {
            selectors}, callback, asyncState);
        }
NetworkingIPsecTrafficSelector