iControl.NetworkingIPsecTrafficSelector.Beginget_ip_protocol C# (CSharp) Méthode

Beginget_ip_protocol() public méthode

public Beginget_ip_protocol ( string selectors, System callback, object asyncState ) : System.IAsyncResult
selectors string
callback System
asyncState object
Résultat 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