IStatelessServiceInstance Interface

Definition

Defines behavior that governs the lifecycle of a stateless service instance, such as startup, initialization, and shutdown.

public interface IStatelessServiceInstance
type IStatelessServiceInstance = interface
Public Interface IStatelessServiceInstance

Methods

Abort()

Terminates this instance ungracefully with this synchronous method call.

CloseAsync(CancellationToken)

Closes this service instance gracefully when the service instance is being shut down.

Initialize(StatelessServiceInitializationParameters)

Initializes a newly created service instance.

OpenAsync(IStatelessServicePartition, CancellationToken)

Opens an initialized service instance so that it can be contacted by clients.

Applies to