WorkflowQueue.UnregisterForQueueItemArrived Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unregisters a subscriber to the QueueItemArrived event.
public:
void UnregisterForQueueItemArrived(System::Workflow::ComponentModel::IActivityEventListener<System::Workflow::ComponentModel::QueueEventArgs ^> ^ eventListener);
public void UnregisterForQueueItemArrived (System.Workflow.ComponentModel.IActivityEventListener<System.Workflow.ComponentModel.QueueEventArgs> eventListener);
member this.UnregisterForQueueItemArrived : System.Workflow.ComponentModel.IActivityEventListener<System.Workflow.ComponentModel.QueueEventArgs> -> unit
Public Sub UnregisterForQueueItemArrived (eventListener As IActivityEventListener(Of QueueEventArgs))
Parameters
- eventListener
- IActivityEventListener<QueueEventArgs>
A subscriber for QueueEventArgs that implements the IActivityEventListener<T> interface.
Exceptions
eventListener
is a null reference (Nothing
in Visual Basic).
Remarks
This method is reserved for internal use only.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.