iControl.NetworkingIPsecManualSecurityAssociation.Beginget_policy C# (CSharp) Метод

Beginget_policy() публичный Метод

public Beginget_policy ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginget_policy(string [] associations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_policy", new object[] {
            associations}, callback, asyncState);
        }
NetworkingIPsecManualSecurityAssociation