Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Save(String,String,Object) Method
See Also 
Dundas.SharePoint.Utilities Namespace > ProcessDataStorage Class > Save Method : Save(String,String,Object) Method


processKey
objKey
obj

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub Save( _
   ByVal processKey As String, _
   ByVal objKey As String, _
   ByVal obj As Object _
) 
Visual Basic (Usage) Copy Code
Dim processKey As String
Dim objKey As String
Dim obj As Object
 
ProcessDataStorage.Save(processKey, objKey, obj)
C#  
public static void Save( 
   string processKey,
   string objKey,
   object obj
)

Parameters

processKey
objKey
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