iControl.LocalLBSNATTranslationAddress.Begincreate C# (CSharp) Method

Begincreate() public method

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