GetDirectionsOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetDirectionsOperation() |
Initializes a new GetDirectionsOperation instance for mocking. |
GetDirectionsOperation(MapsRoutingClient, String) |
Initializes a new GetRouteMatrixOperation instance |
GetDirectionsOperation()
- Source:
- GetDirectionsOperation.cs
Initializes a new GetDirectionsOperation instance for mocking.
protected GetDirectionsOperation ();
Protected Sub New ()
Applies to
GetDirectionsOperation(MapsRoutingClient, String)
- Source:
- GetDirectionsOperation.cs
Initializes a new GetRouteMatrixOperation instance
public GetDirectionsOperation (Azure.Maps.Routing.MapsRoutingClient client, string id);
new Azure.Maps.Routing.Models.GetDirectionsOperation : Azure.Maps.Routing.MapsRoutingClient * string -> Azure.Maps.Routing.Models.GetDirectionsOperation
Public Sub New (client As MapsRoutingClient, id As String)
Parameters
- client
- MapsRoutingClient
The client used to check for completion.
- id
- String
An ID representing a specific operation.
Exceptions
client
or id
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET