Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Event publication for event to request an action of another application to be invoked. Using CAB's EventBroker to publish the event topic
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ExternalApplication
Dim handler As EventHandler(Of RequestActionEventArgs)
AddHandler instance.RequestActionEvent, handler
Syntax
'Declaration
<EventPublicationAttribute("topic://RequestActionEvent", PublicationScope.Global)> _
Public Event RequestActionEvent As EventHandler(Of RequestActionEventArgs)
[EventPublicationAttribute("topic://RequestActionEvent", PublicationScope.Global)]
public override event EventHandler<RequestActionEventArgs> RequestActionEvent
[EventPublicationAttribute(L"topic://RequestActionEvent", PublicationScope::Global)]
public:
virtual event EventHandler<RequestActionEventArgs^>^ RequestActionEvent {
void add (EventHandler<RequestActionEventArgs^>^ value) override;
void remove (EventHandler<RequestActionEventArgs^>^ value) override;
}
/** @event */
public void add_RequestActionEvent (EventHandler<RequestActionEventArgs> value)
/** @event */
public void remove_RequestActionEvent (EventHandler<RequestActionEventArgs> value)
Platforms
See Also
Reference
ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.