Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the ProjectWorkflowContext class for serialization purposes.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New ProjectWorkflowContext(info, context)
protected ProjectWorkflowContext(
SerializationInfo info,
StreamingContext context
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoContains serialized data about the workflow context.
context
Type: System.Runtime.Serialization.StreamingContextContains contextual information about the serialization source or destination.
See also
Reference
ProjectWorkflowContext members