VerifyConnectionDelegate 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表一个代理,用于开启实时连接,从而验证对话收集的连接信息。
public delegate System::Data::IDbConnection ^ VerifyConnectionDelegate(UIConnectionInfo ^ ci, IServerType ^ serverType);
public delegate System.Data.IDbConnection VerifyConnectionDelegate(UIConnectionInfo ci, IServerType serverType);
type VerifyConnectionDelegate = delegate of UIConnectionInfo * IServerType -> IDbConnection
Public Delegate Function VerifyConnectionDelegate(ci As UIConnectionInfo, serverType As IServerType) As IDbConnection
参数
A UIConnectionInfo 代表连接。
- serverType
- IServerType
该 IServerType 代表服务器。
返回值
代表要开启直播连接。