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!

ProtocolInfoReflector.RemoveState

[To be supplied.]

[Visual Basic]
Public Sub RemoveState( _
   ByVal key As Type _
)
[C#]
public void RemoveState(
   Type key
);
[C++]
public: void RemoveState(
   Type* key
);
[JScript]
public function RemoveState(
   key : Type
);

Parameters

key
[To be supplied.]

See Also

ProtocolInfoReflector Class | ProtocolInfoReflector Members | System.Web.Services.Description Namespace