Context.FreeNamedDataSlot(String) Method

Definition

Frees a named data slot on all the contexts.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static void FreeNamedDataSlot(System::String ^ name);
public static void FreeNamedDataSlot (string name);
[System.Security.SecurityCritical]
public static void FreeNamedDataSlot (string name);
static member FreeNamedDataSlot : string -> unit
[<System.Security.SecurityCritical>]
static member FreeNamedDataSlot : string -> unit
Public Shared Sub FreeNamedDataSlot (name As String)

Parameters

name
String

The name of the data slot to free.

Attributes

Remarks

Named data slots are public and can be manipulated by anyone.

Applies to