This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
CallContext.FreeNamedDataSlot
[Visual Basic]
Public Shared Sub FreeNamedDataSlot( _
ByVal name As String _)[C#]
public static void FreeNamedDataSlot(
string name);[C++]
public: static void FreeNamedDataSlot(
String* name);[JScript]
public static function FreeNamedDataSlot(
name : String);