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.Get (Int32)

Enables user to retrieve a single application state object by index.

[Visual Basic]
Overloads Public Function Get( _
   ByVal index As Integer _
) As Object
[C#]
public object Get(
   int index
);
[C++]
public: Object* Get(
   int index
);
[JScript]
public function Get(
   index : int
) : Object;

Parameters

index
Index of application state object to retrieve.

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace | HttpApplicationState.Get Overload List