iControl.LogDestinationIPFIX.Beginset_template_retransmit_interval C# (CSharp) Method

Beginset_template_retransmit_interval() public method

public Beginset_template_retransmit_interval ( string destinations, long intervals, System callback, object asyncState ) : System.IAsyncResult
destinations string
intervals long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_template_retransmit_interval(string [] destinations,long [] intervals, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_template_retransmit_interval", new object[] {
            destinations,
            intervals}, callback, asyncState);
        }