ControlChannelTrigger.FlushTransport Method

Definition

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.

Applies to