iControl.LocalLBSNATTranslationAddress.Beginset_arp_state C# (CSharp) Method

Beginset_arp_state() public method

public Beginset_arp_state ( string translation_addresses, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
translation_addresses string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_arp_state(string [] translation_addresses,CommonEnabledState [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_arp_state", new object[] {
            translation_addresses,
            states}, callback, asyncState);
        }