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 class ServiceInitializedEvent<TService> : Microsoft.Quantum.IQSharp.Event<TService>, IEquatable<Microsoft.Quantum.IQSharp.ServiceInitializedEvent<TService>>
type ServiceInitializedEvent<'Service> = class
inherit Event<'Service>
interface IEquatable<ServiceInitializedEvent<'Service>>
Public Class ServiceInitializedEvent(Of TService)
Inherits Event(Of TService)
Implements IEquatable(Of ServiceInitializedEvent(Of TService))