GetContext

Gets the hashtable that contains all of the context entries. Hashtable is the .NET Framework class.

Syntax

public Hashtable GetContext() 

Parameters

  • None

Results

Returns the hashtable that contains all of the context entries.

Example

Hashtable context = message.GetContext();