iControl.LogDestinationIPFIX.Beginget_template_retransmit_interval C# (CSharp) Method

Beginget_template_retransmit_interval() public method

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