Share via


EventGridSubscriber.TryRemoveCustomEventMapping(String, Type) Method

Definition

public bool TryRemoveCustomEventMapping (string eventType, out Type eventDataType);
abstract member TryRemoveCustomEventMapping : string * Type -> bool
override this.TryRemoveCustomEventMapping : string * Type -> bool
Public Function TryRemoveCustomEventMapping (eventType As String, ByRef eventDataType As Type) As Boolean

Parameters

eventType
String
eventDataType
Type

Returns

Implements

Applies to