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!

Context.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 data slot to free

See Also

Context Class | Context Members | System.Runtime.Remoting Namespace