Version

SaveDashboardAsync Method

Callback method used to store changes to the specified dashboard. See the developer guide for more information.
Syntax
'Declaration
 
Function SaveDashboardAsync( _
   ByVal userId As String, _
   ByVal dashboardId As String, _
   ByVal dashboardStream As Stream _
) As Task
Task SaveDashboardAsync( 
   string userId,
   string dashboardId,
   Stream dashboardStream
)

Parameters

userId
The ID of the user saving changes to the dashboard
dashboardId
The ID of the dashboard being saved
dashboardStream
The stream with the contents of the dashboard in rdash format

Return Value

The Task object that allows this method to be implemented as an async method
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also