Click or drag to resize

GrpcViewsClientInfo Constructor

Initializes a new instance of the GrpcViewsClientInfo class

Namespace: Canary.Axiom.Shared.GrpcViews
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public GrpcViewsClientInfo(
	string endpoint,
	GrpcViewsClientInfoGetCanaryJwtDelegate getCanaryJwtDelegate,
	Action? onConnect = null,
	Action? onDisconnect = null
)

Parameters

endpoint  String
 
getCanaryJwtDelegate  GrpcViewsClientInfoGetCanaryJwtDelegate
 
onConnect  Action  (Optional)
 
onDisconnect  Action  (Optional)
 
See Also