Compartilhar via


ServiceRuntime Classe

Definição

A classe estática que fornece métodos para registrar serviços confiáveis com o runtime do Service Fabric.

public static class ServiceRuntime
type ServiceRuntime = class
Public Class ServiceRuntime
Herança
ServiceRuntime

Métodos

RegisterServiceAsync(String, Func<StatefulServiceContext,StatefulServiceBase>, TimeSpan, CancellationToken)

Registra um serviço confiável com estado com o runtime do Service Fabric.

RegisterServiceAsync(String, Func<StatelessServiceContext,StatelessService>, TimeSpan, CancellationToken)

Registra um serviço confiável sem estado com o runtime do Service Fabric.

Aplica-se a