iControl.LocalLBSNATPool.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string snat_pools, string translation_addresses, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
translation_addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] snat_pools,string [] [] translation_addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            snat_pools,
            translation_addresses}, callback, asyncState);
        }