Share via


TelemetryProvider.Remove Method

Definition

Overloads

Remove(KeyValuePair<String,AzurePSQoSEvent>)
Remove(String)

Remove(KeyValuePair<String,AzurePSQoSEvent>)

public bool Remove (System.Collections.Generic.KeyValuePair<string,AzurePSQoSEvent> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, AzurePSQoSEvent> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, AzurePSQoSEvent> -> bool
Public Function Remove (item As KeyValuePair(Of String, AzurePSQoSEvent)) As Boolean

Parameters

item
KeyValuePair<String,AzurePSQoSEvent>

Returns

Implements

Applies to

Remove(String)

public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

Parameters

key
String

Returns

Implements

Applies to