ControlChannelTrigger.FlushTransport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flushes any networking data used by the transport connection associated with the ControlChannelTrigger to the networking stack.
Note
The ControlChannelTrigger class is not supported on Windows Phone.
public:
virtual void FlushTransport() = FlushTransport;
void FlushTransport();
public void FlushTransport();
function flushTransport()
Public Sub FlushTransport ()
Remarks
The FlushTransport method flushes any networking data used by the transport connection associated with the ControlChannelTrigger to the networking stack. This method is called at the end of a background task. It ensures any networking data that is being sent leaves the process and has a chance to get to networking stack.