Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Save Method
See Also 
Dundas.SharePoint.Utilities Namespace > ProcessDataStorage.ProcessData Class : Save Method


key
obj

Syntax

Visual Basic (Declaration)  
Public Sub Save( _
   ByVal key As String, _
   ByVal obj As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As ProcessDataStorage.ProcessData
Dim key As String
Dim obj As Object
 
instance.Save(key, obj)
C#  
public void Save( 
   string key,
   object obj
)

Parameters

key
obj

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also