다음을 통해 공유


IPrimaryReplicator.RemoveReplica(Int64) Method

Definition

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

public void RemoveReplica (long replicaId);
abstract member RemoveReplica : int64 -> unit
Public Sub RemoveReplica (replicaId As Long)

Parameters

replicaId
Int64

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Remarks

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Applies to