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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET