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!

HttpApplicationState.Add

Adds a new state object to the application state collection.

[Visual Basic]
Public Sub Add( _
   ByVal name As String, _
   ByVal value As Object _
)
[C#]
public void Add(
   string name,
   object value
);
[C++]
public: void Add(
   String* name,
   Object* value
);
[JScript]
public function Add(
   name : String,
   value : Object
);

Parameters

name
Name of object to be added to the application state collection.
value
[To be supplied.]

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace