CloudHttpReceive.CanCreateInstance Property
When true, the activity can create a workflow instance when it receive an http message at the https://<SolutionName>.workflow.windows.net/workflowsHttp/workflows/<WorkflowTypeName>/queues/<QueueName> URI. The HTTP response will contain the newly created workflow instance ID.
Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)
Usage
Syntax
'Declaration
<DefaultValueAttribute(False)> _
Public Property CanCreateInstance As Boolean
[DefaultValueAttribute(false)]
public bool CanCreateInstance { get; set; }
[DefaultValueAttribute(false)]
public:
property bool CanCreateInstance {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_CanCreateInstance ()
/** @property */
public void set_CanCreateInstance (boolean value)
public function get CanCreateInstance () : boolean
public function set CanCreateInstance (value : boolean)
Property Value
Returns Boolean.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
CloudHttpReceive Class
CloudHttpReceive Members
Microsoft.Workflow.Activities Namespace