Extensions.ExternalServiceProvider.GetServiceProviderFromEvent

From emotive
Revision as of 11:54, 14 November 2019 by Nb (talk | contribs) (Edited by Ngoc Tran.)
Jump to navigation Jump to search

Classification

Name GetServiceProviderFromEvent
Short Description Returns the ServiceProvider that fired the event
Class Term
Extension OTX ExternalServiceProvider extension
Group ExternalServiceProvider related terms
Exceptions otx:TypeMismatchException
Checker Rules
Standard Compliant Yes

OTL Syntax

esp:ServiceProviderTerm ExternalServiceProvider.GetServiceProviderFromEvent(event:EventTerm event);

Description

The GetServiceProviderFromEvent term is a ServiceProviderTerm that returns the ServiceProvider that fired the event.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
esp:ServiceProvider The ServiceProvider that fired the event

Properties

Name Data Type Class Default Cardinality Description
event event:Event Event - [1..1] Represents the Event that holds the ServiceProvider.

See also

CreateProvider
DisposeProvider
ExecuteService
GetServiceProviderEventValues
SetProperty
TerminateService
GetProperty
IsDisposed
IsServiceRunning
IsServiceExecutionFinishedEvent
IsServiceProviderEvent
ServiceExecutionFinishedEventSource
ServiceProviderEventSource