iControl.NetworkingIPsecTrafficSelector.Beginget_ip_protocol C# (CSharp) Method

Beginget_ip_protocol() public method

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