AzureSession.UnregisterComponent<T>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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