iControl.NetworkingIPsecTrafficSelector.Beginset_destination_port C# (CSharp) Method

Beginset_destination_port() public method

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