MindFusion.Scheduling for ASP.NET Programmer's Guide
Task.SaveViewState Method
See Also
 





Saves any view-state changes that have occurred at this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override Object SaveViewState ()

Visual Basic  Copy Code

Public Overrides Function SaveViewState () As Object

 Return Value

Type: Object
Returns the current view state of the task. If there is no view state associated with the task, this method returns null (Nothing in VB.NET).

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace