![]() ![]() | ||||
HomeShow ChangesEditPrintRecent ChangesSubscriptionsLost and FoundFind ReferencesRename
History 27-1-2008 17:45:2627-1-2008 17:45:1425-10-2006 11:50:5125-10-2006 11:45:4725-10-2006 11:44:43 | If you are using StateWorkflows you will need to set the WaitForIdle property to true. Failing to do so can result in events getting lost or similar unpredictable event reception.
<Serializable()> _
Public Class ReceiveSomeDataEventArgs
Inherits ExternalDataEventArgs
Public Sub New(ByVal instanceId As Guid, ByVal reply As String)
MyBase.New(instanceId)
_reply = reply
End Sub
Private _reply As String
Public ReadOnly Property Reply() As String
Get
Return _reply
End Get
End Property
End Class
| Wiki Usage
This wiki site is supposed to be a shared resource. As a shared resource everyone is encouraged to add new content or modify existing content! Enjoy the WF wiki. Recent Topics | ||