Share via


SearchAddressBatchOperation Constructors

Definition

Overloads

SearchAddressBatchOperation()

Initializes a new instance of SearchAddressBatchOperation for mocking.

SearchAddressBatchOperation(MapsSearchClient, String)

Initializes a new SearchAddressBatchOperation instance

SearchAddressBatchOperation()

Source:
SearchAddressBatchOperation.cs

Initializes a new instance of SearchAddressBatchOperation for mocking.

protected SearchAddressBatchOperation ();
Protected Sub New ()

Applies to

SearchAddressBatchOperation(MapsSearchClient, String)

Source:
SearchAddressBatchOperation.cs

Initializes a new SearchAddressBatchOperation instance

public SearchAddressBatchOperation (Azure.Maps.Search.MapsSearchClient client, string id);
new Azure.Maps.Search.SearchAddressBatchOperation : Azure.Maps.Search.MapsSearchClient * string -> Azure.Maps.Search.SearchAddressBatchOperation
Public Sub New (client As MapsSearchClient, id As String)

Parameters

client
MapsSearchClient

The client used to check for completion.

id
String

An ID representing a specific operation.

Exceptions

client or id is null.

Applies to