PartitionSelector.RandomOf Method (Uri)

 

Selects a random partition for given service.

Namespace:   System.Fabric.Testability
Assembly:  System.Fabric.Testability (in System.Fabric.Testability.dll)

Syntax

public static PartitionSelector RandomOf(
    Uri serviceName
)

Parameters

  • serviceName
    Type: System.Uri

    Name of the service whose partition needs to be selected.

Return Value

Type: System.Fabric.Testability.PartitionSelector

Constructed PartitionSelector.

See Also

PartitionSelector Class
System.Fabric.Testability Namespace

Return to top