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


processKey
objKey

Syntax

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

Parameters

processKey
objKey

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