VeriStand .NET API Reference

IUDPChannelStreamSession.UndeployUDPChannelStreamSession Method

Undeploys a UDP channel streaming session and instructs the VeriStand Gateway to stop publishing UDP data.
Note:

If a client has a request open for a channel, the VeriStand Gateway continues to publish data even after this method executes.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function UndeployUDPChannelStreamSession As Error
C#
Error UndeployUDPChannelStreamSession()
Visual C++
Error^ UndeployUDPChannelStreamSession()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also