NGWS SDK Documentation  

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
);

Parameters

name
The name of the item in the call context

See Also

CallContext Class | CallContext Members | System Namespace