Share via


AzureSession.UnregisterComponent<T>(String) Method

Definition

public void UnregisterComponent<T> (string componentName) where T : class;
abstract member UnregisterComponent : string -> unit (requires 'T : null)
override this.UnregisterComponent : string -> unit (requires 'T : null)
Public Sub UnregisterComponent(Of T As Class) (componentName As String)

Type Parameters

T

Parameters

componentName
String

Implements

Applies to