Szerkesztés

Megosztás a következőn keresztül:


IPlacementContext Interface

Definition

Provides context for a grain placement operation.

public interface IPlacementContext
type IPlacementContext = interface
Public Interface IPlacementContext

Properties

LocalSilo

Gets the local silo's identity.

LocalSiloStatus

Gets the local silo's status.

Methods

GetCompatibleSilos(PlacementTarget)

Gets the collection of silos which are compatible with the provided placement target.

GetCompatibleSilosWithVersions(PlacementTarget)

Gets the collection of silos which are compatible with the provided placement target, along with the versions of the grain interface which each server supports.

Applies to