C# Class Iot.Tenant.DataService.DataService

Inheritance: StatefulService
ファイルを表示 Open project: Azure-Samples/service-fabric-dotnet-iot

Public Methods

Method Description
DataService ( StatefulServiceContext context ) : Common.System

Protected Methods

Method Description
CreateServiceReplicaListeners ( ) : IEnumerable
RunAsync ( CancellationToken cancellationToken ) : Task

Method Details

CreateServiceReplicaListeners() protected method

protected CreateServiceReplicaListeners ( ) : IEnumerable
return IEnumerable

DataService() public method

public DataService ( StatefulServiceContext context ) : Common.System
context StatefulServiceContext
return Common.System

RunAsync() protected method

protected RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task