VerifyConnectionDelegate 委托

定义

代表一个代理,用于开启实时连接,从而验证对话收集的连接信息。

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 

参数

ci
UIConnectionInfo

A UIConnectionInfo 代表连接。

serverType
IServerType

IServerType 代表服务器。

返回值

代表要开启直播连接。

适用于