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.GetData

[Visual Basic]
Public Shared Function GetData( _
   ByVal name As String _
) As Object
[C#]
public static object GetData(
   string name
);
[C++]
public: static Object* GetData(
   String* name
);
[JScript]
public static function GetData(
   name : String
) : Object;

Parameters

name
The name of the item in the call context

Return Value

The object in the call context.

See Also

CallContext Class | CallContext Members | System Namespace