CheckConsistency(bool, bool)
public void CheckConsistency(bool tolerateGenericTimeouts = false, bool tolerateUnknownExceptions = false)Parameters
tolerateGenericTimeoutsbooltolerateUnknownExceptionsbool
public void CheckConsistency(bool tolerateGenericTimeouts = false, bool tolerateUnknownExceptions = false)tolerateGenericTimeoutsbooltolerateUnknownExceptionsboolpublic Task RunRandomTransactionSequence(int partition, int count, IGrainFactory grainFactory, Action<string> output)partitionintcountintgrainFactoryIGrainFactoryoutputAction<string>