AnalyzerApiClient Constructor (IApiClientTransport) |
Creates an instance of
AnalyzerApiClient
using the provided transport layer and the default JSON serialization.
Namespace:
ArangoDBNetStandard.AnalyzerApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public AnalyzerApiClient(
IApiClientTransport client
)
Public Sub New (
client As IApiClientTransport
)
public:
AnalyzerApiClient(
IApiClientTransport^ client
)
new :
client : IApiClientTransport -> AnalyzerApiClient
Parameters
- client
- Type: ArangoDBNetStandard.TransportIApiClientTransport
Transport client that the API client will use to communicate with ArangoDB
See Also