DictionaryApplicationIdProvider.TryGetApplicationId(String, String) Method

Definition

Provides an Application Id based on an Instrumentation Key.

public bool TryGetApplicationId (string instrumentationKey, out string applicationId);
abstract member TryGetApplicationId : string * string -> bool
override this.TryGetApplicationId : string * string -> bool
Public Function TryGetApplicationId (instrumentationKey As String, ByRef applicationId As String) As Boolean

Parameters

instrumentationKey
String

Instrumentation Key string used to lookup associated Application Id.

applicationId
String

Application Id corresponding to the Instrumentation Key. Returns NULL if a match was not found.

Returns

TRUE if Application Id was successfully retrieved, FALSE otherwise.

Implements

Applies to