iControl.NetworkingTunnel.Endget_profile_v2 C# (CSharp) Method

Endget_profile_v2() public method

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