Show / Hide Table of Contents

Class SpacesService.SpacesServiceClient

Client for SpacesService

Inheritance
object
ClientBase
ClientBase<SpacesService.SpacesServiceClient>
SpacesService.SpacesServiceClient
Inherited Members
ClientBase<SpacesService.SpacesServiceClient>.WithHost(string)
ClientBase.CallInvoker
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public class SpacesService.SpacesServiceClient : ClientBase<SpacesService.SpacesServiceClient>

Constructors

SpacesServiceClient()

Protected parameterless constructor to allow creation of test doubles.

Declaration
protected SpacesServiceClient()

SpacesServiceClient(CallInvoker)

Creates a new client for SpacesService that uses a custom CallInvoker.

Declaration
public SpacesServiceClient(CallInvoker callInvoker)
Parameters
Type Name Description
CallInvoker callInvoker

The callInvoker to use to make remote calls.

SpacesServiceClient(ChannelBase)

Creates a new client for SpacesService

Declaration
public SpacesServiceClient(ChannelBase channel)
Parameters
Type Name Description
ChannelBase channel

The channel to use to make remote calls.

SpacesServiceClient(ClientBaseConfiguration)

Protected constructor to allow creation of configured clients.

Declaration
protected SpacesServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration

The client configuration.

Methods

BatchUpdateMembers(BatchUpdateMembersRequest, CallOptions)

Updates members of one space within a batch.

Declaration
public virtual BatchUpdateMembersResponse BatchUpdateMembers(BatchUpdateMembersRequest request, CallOptions options)
Parameters
Type Name Description
BatchUpdateMembersRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
BatchUpdateMembersResponse

The response received from the server.

BatchUpdateMembers(BatchUpdateMembersRequest, Metadata, DateTime?, CancellationToken)

Updates members of one space within a batch.

Declaration
public virtual BatchUpdateMembersResponse BatchUpdateMembers(BatchUpdateMembersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BatchUpdateMembersRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
BatchUpdateMembersResponse

The response received from the server.

BatchUpdateMembersAsync(BatchUpdateMembersRequest, CallOptions)

Updates members of one space within a batch.

Declaration
public virtual AsyncUnaryCall<BatchUpdateMembersResponse> BatchUpdateMembersAsync(BatchUpdateMembersRequest request, CallOptions options)
Parameters
Type Name Description
BatchUpdateMembersRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<BatchUpdateMembersResponse>

The call object.

BatchUpdateMembersAsync(BatchUpdateMembersRequest, Metadata, DateTime?, CancellationToken)

Updates members of one space within a batch.

Declaration
public virtual AsyncUnaryCall<BatchUpdateMembersResponse> BatchUpdateMembersAsync(BatchUpdateMembersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
BatchUpdateMembersRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<BatchUpdateMembersResponse>

The call object.

CreateMember(CreateMemberRequest, CallOptions)

Creates a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual Member CreateMember(CreateMemberRequest request, CallOptions options)
Parameters
Type Name Description
CreateMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Member

The response received from the server.

CreateMember(CreateMemberRequest, Metadata, DateTime?, CancellationToken)

Creates a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual Member CreateMember(CreateMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Member

The response received from the server.

CreateMemberAsync(CreateMemberRequest, CallOptions)

Creates a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual AsyncUnaryCall<Member> CreateMemberAsync(CreateMemberRequest request, CallOptions options)
Parameters
Type Name Description
CreateMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Member>

The call object.

CreateMemberAsync(CreateMemberRequest, Metadata, DateTime?, CancellationToken)

Creates a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual AsyncUnaryCall<Member> CreateMemberAsync(CreateMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Member>

The call object.

CreateSpace(CreateSpaceRequest, CallOptions)

Creates a space.

Declaration
public virtual Space CreateSpace(CreateSpaceRequest request, CallOptions options)
Parameters
Type Name Description
CreateSpaceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Space

The response received from the server.

CreateSpace(CreateSpaceRequest, Metadata, DateTime?, CancellationToken)

Creates a space.

Declaration
public virtual Space CreateSpace(CreateSpaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateSpaceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Space

The response received from the server.

CreateSpaceAsync(CreateSpaceRequest, CallOptions)

Creates a space.

Declaration
public virtual AsyncUnaryCall<Space> CreateSpaceAsync(CreateSpaceRequest request, CallOptions options)
Parameters
Type Name Description
CreateSpaceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Space>

The call object.

CreateSpaceAsync(CreateSpaceRequest, Metadata, DateTime?, CancellationToken)

Creates a space.

Declaration
public virtual AsyncUnaryCall<Space> CreateSpaceAsync(CreateSpaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
CreateSpaceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Space>

The call object.

DeleteMember(DeleteMemberRequest, CallOptions)

Deletes the member who was previously assigned roles in the space.

Declaration
public virtual Empty DeleteMember(DeleteMemberRequest request, CallOptions options)
Parameters
Type Name Description
DeleteMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteMember(DeleteMemberRequest, Metadata, DateTime?, CancellationToken)

Deletes the member who was previously assigned roles in the space.

Declaration
public virtual Empty DeleteMember(DeleteMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

DeleteMemberAsync(DeleteMemberRequest, CallOptions)

Deletes the member who was previously assigned roles in the space.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteMemberAsync(DeleteMemberRequest request, CallOptions options)
Parameters
Type Name Description
DeleteMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

DeleteMemberAsync(DeleteMemberRequest, Metadata, DateTime?, CancellationToken)

Deletes the member who was previously assigned roles in the space.

Declaration
public virtual AsyncUnaryCall<Empty> DeleteMemberAsync(DeleteMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DeleteMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

EndActiveConference(EndActiveConferenceRequest, CallOptions)

Ends an active conference (if there's one).

For an example, see End active conference.

Declaration
public virtual Empty EndActiveConference(EndActiveConferenceRequest request, CallOptions options)
Parameters
Type Name Description
EndActiveConferenceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Empty

The response received from the server.

EndActiveConference(EndActiveConferenceRequest, Metadata, DateTime?, CancellationToken)

Ends an active conference (if there's one).

For an example, see End active conference.

Declaration
public virtual Empty EndActiveConference(EndActiveConferenceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
EndActiveConferenceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Empty

The response received from the server.

EndActiveConferenceAsync(EndActiveConferenceRequest, CallOptions)

Ends an active conference (if there's one).

For an example, see End active conference.

Declaration
public virtual AsyncUnaryCall<Empty> EndActiveConferenceAsync(EndActiveConferenceRequest request, CallOptions options)
Parameters
Type Name Description
EndActiveConferenceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

EndActiveConferenceAsync(EndActiveConferenceRequest, Metadata, DateTime?, CancellationToken)

Ends an active conference (if there's one).

For an example, see End active conference.

Declaration
public virtual AsyncUnaryCall<Empty> EndActiveConferenceAsync(EndActiveConferenceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
EndActiveConferenceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Empty>

The call object.

GetMember(GetMemberRequest, CallOptions)

Gets a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual Member GetMember(GetMemberRequest request, CallOptions options)
Parameters
Type Name Description
GetMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Member

The response received from the server.

GetMember(GetMemberRequest, Metadata, DateTime?, CancellationToken)

Gets a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual Member GetMember(GetMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Member

The response received from the server.

GetMemberAsync(GetMemberRequest, CallOptions)

Gets a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual AsyncUnaryCall<Member> GetMemberAsync(GetMemberRequest request, CallOptions options)
Parameters
Type Name Description
GetMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Member>

The call object.

GetMemberAsync(GetMemberRequest, Metadata, DateTime?, CancellationToken)

Gets a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role".

Declaration
public virtual AsyncUnaryCall<Member> GetMemberAsync(GetMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Member>

The call object.

GetSpace(GetSpaceRequest, CallOptions)

Gets details about a meeting space.

For an example, see Get a meeting space.

Declaration
public virtual Space GetSpace(GetSpaceRequest request, CallOptions options)
Parameters
Type Name Description
GetSpaceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Space

The response received from the server.

GetSpace(GetSpaceRequest, Metadata, DateTime?, CancellationToken)

Gets details about a meeting space.

For an example, see Get a meeting space.

Declaration
public virtual Space GetSpace(GetSpaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetSpaceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Space

The response received from the server.

GetSpaceAsync(GetSpaceRequest, CallOptions)

Gets details about a meeting space.

For an example, see Get a meeting space.

Declaration
public virtual AsyncUnaryCall<Space> GetSpaceAsync(GetSpaceRequest request, CallOptions options)
Parameters
Type Name Description
GetSpaceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Space>

The call object.

GetSpaceAsync(GetSpaceRequest, Metadata, DateTime?, CancellationToken)

Gets details about a meeting space.

For an example, see Get a meeting space.

Declaration
public virtual AsyncUnaryCall<Space> GetSpaceAsync(GetSpaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
GetSpaceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Space>

The call object.

ListMembers(ListMembersRequest, CallOptions)

Lists members.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted this API response will default to "name,email,role".

Declaration
public virtual ListMembersResponse ListMembers(ListMembersRequest request, CallOptions options)
Parameters
Type Name Description
ListMembersRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
ListMembersResponse

The response received from the server.

ListMembers(ListMembersRequest, Metadata, DateTime?, CancellationToken)

Lists members.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted this API response will default to "name,email,role".

Declaration
public virtual ListMembersResponse ListMembers(ListMembersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMembersRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMembersResponse

The response received from the server.

ListMembersAsync(ListMembersRequest, CallOptions)

Lists members.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted this API response will default to "name,email,role".

Declaration
public virtual AsyncUnaryCall<ListMembersResponse> ListMembersAsync(ListMembersRequest request, CallOptions options)
Parameters
Type Name Description
ListMembersRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<ListMembersResponse>

The call object.

ListMembersAsync(ListMembersRequest, Metadata, DateTime?, CancellationToken)

Lists members.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted this API response will default to "name,email,role".

Declaration
public virtual AsyncUnaryCall<ListMembersResponse> ListMembersAsync(ListMembersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMembersRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<ListMembersResponse>

The call object.

NewInstance(ClientBaseConfiguration)

Creates a new instance of client from given ClientBaseConfiguration.

Declaration
protected override SpacesService.SpacesServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type Name Description
ClientBase.ClientBaseConfiguration configuration
Returns
Type Description
SpacesService.SpacesServiceClient
Overrides
Grpc.Core.ClientBase<Google.Apps.Meet.V2.SpacesService.SpacesServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateMember(UpdateMemberRequest, CallOptions)

Updates a member.

Declaration
public virtual Member UpdateMember(UpdateMemberRequest request, CallOptions options)
Parameters
Type Name Description
UpdateMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Member

The response received from the server.

UpdateMember(UpdateMemberRequest, Metadata, DateTime?, CancellationToken)

Updates a member.

Declaration
public virtual Member UpdateMember(UpdateMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Member

The response received from the server.

UpdateMemberAsync(UpdateMemberRequest, CallOptions)

Updates a member.

Declaration
public virtual AsyncUnaryCall<Member> UpdateMemberAsync(UpdateMemberRequest request, CallOptions options)
Parameters
Type Name Description
UpdateMemberRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Member>

The call object.

UpdateMemberAsync(UpdateMemberRequest, Metadata, DateTime?, CancellationToken)

Updates a member.

Declaration
public virtual AsyncUnaryCall<Member> UpdateMemberAsync(UpdateMemberRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateMemberRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Member>

The call object.

UpdateSpace(UpdateSpaceRequest, CallOptions)

Updates details about a meeting space.

For an example, see Update a meeting space.

Declaration
public virtual Space UpdateSpace(UpdateSpaceRequest request, CallOptions options)
Parameters
Type Name Description
UpdateSpaceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
Space

The response received from the server.

UpdateSpace(UpdateSpaceRequest, Metadata, DateTime?, CancellationToken)

Updates details about a meeting space.

For an example, see Update a meeting space.

Declaration
public virtual Space UpdateSpace(UpdateSpaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateSpaceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
Space

The response received from the server.

UpdateSpaceAsync(UpdateSpaceRequest, CallOptions)

Updates details about a meeting space.

For an example, see Update a meeting space.

Declaration
public virtual AsyncUnaryCall<Space> UpdateSpaceAsync(UpdateSpaceRequest request, CallOptions options)
Parameters
Type Name Description
UpdateSpaceRequest request

The request to send to the server.

CallOptions options

The options for the call.

Returns
Type Description
AsyncUnaryCall<Space>

The call object.

UpdateSpaceAsync(UpdateSpaceRequest, Metadata, DateTime?, CancellationToken)

Updates details about a meeting space.

For an example, see Update a meeting space.

Declaration
public virtual AsyncUnaryCall<Space> UpdateSpaceAsync(UpdateSpaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
UpdateSpaceRequest request

The request to send to the server.

Metadata headers

The initial metadata to send with the call. This parameter is optional.

DateTime? deadline

An optional deadline for the call. The call will be cancelled if deadline is hit.

CancellationToken cancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCall<Space>

The call object.

In this article
Back to top Generated by DocFX