Share via


ApiControllerExtensions.GetGraphServiceClient(ApiController) Method

Definition

Get the Graph service client.

public static Microsoft.Graph.GraphServiceClient GetGraphServiceClient (this System.Web.Http.ApiController _);
static member GetGraphServiceClient : System.Web.Http.ApiController -> Microsoft.Graph.GraphServiceClient
<Extension()>
Public Function GetGraphServiceClient (_ As ApiController) As GraphServiceClient

Parameters

Returns

Microsoft.Graph.GraphServiceClient

Applies to