ServiceInitializedEventExtensions.OnServiceInitialized<TService> 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.
public static Microsoft.Quantum.IQSharp.EventPubSub<Microsoft.Quantum.IQSharp.ServiceInitializedEvent<TService>,TService> OnServiceInitialized<TService> (this Microsoft.Quantum.IQSharp.IEventService eventService);
static member OnServiceInitialized : Microsoft.Quantum.IQSharp.IEventService -> Microsoft.Quantum.IQSharp.EventPubSub<Microsoft.Quantum.IQSharp.ServiceInitializedEvent<'Service>, 'Service>
<Extension()>
Public Function OnServiceInitialized(Of TService) (eventService As IEventService) As EventPubSub(Of ServiceInitializedEvent(Of TService), TService)
Type Parameters
- TService
Parameters
- eventService
- IEventService
Returns
EventPubSub<ServiceInitializedEvent<TService>,TService>