iControl.LogDestinationIPFIX.Endget_transport_profile C# (CSharp) Method

Endget_transport_profile() public method

public Endget_transport_profile ( System asyncResult ) : string[]
asyncResult System
return string[]
        public string[] Endget_transport_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }