iControl.PEMForwardingEndpoint.Beginget_snat_pool C# (CSharp) Méthode

Beginget_snat_pool() public méthode

public Beginget_snat_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_snat_pool(string [] endpoints, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_snat_pool", new object[] {
            endpoints}, callback, asyncState);
        }