Click or drag to resize

ExtensionsGetViewsClientAsync(GrpcClientConnectionHelper, String, FuncCallOptions, CallOptions) Method


Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public static Task<CanaryViewsApiServiceCanaryViewsApiServiceClient> GetViewsClientAsync(
	this GrpcClientConnectionHelper this,
	string endpoint,
	Func<CallOptions, CallOptions> modifyOptionsAction
)

Parameters

this  GrpcClientConnectionHelper
 
endpoint  String
 
modifyOptionsAction  FuncCallOptions, CallOptions
 

Return Value

TaskCanaryViewsApiServiceCanaryViewsApiServiceClient

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type GrpcClientConnectionHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also