iControl.NetworkingIPsecTrafficSelector.Beginset_order C# (CSharp) Method

Beginset_order() public method

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