Datasnap.DSCommon.TDSClientCallbackChannelManager.OnChannelStateChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChannelStateChange: TDSClientChannelManagerEvent read FChannelManagerEvent write FChannelManagerEvent;

C++

__property TDSClientChannelManagerEvent OnChannelStateChange = {read=FChannelManagerEvent, write=FChannelManagerEvent};

Propriétés

Type Visibilité  Source Unité  Parent
event published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Evénement à notifier lorsque le canal est ouvert ou fermé.

OnChannelStateChange est un événement à notifier lorsque le canal est ouvert ou fermé et lorsque des rappels sont ajoutés ou retirés.

Voir aussi