다음을 통해 공유


StorageFaultGrain.AddFaultOnWrite 메서드

정의

오버로드

AddFaultOnWrite(GrainId, Exception)

참조된 조직이 스토리지 공급자에 상태를 쓸 때 throw할 스토리지 예외를 추가합니다.

AddFaultOnWrite(GrainReference, Exception)

참조된 조직이 스토리지 공급자에 상태를 쓸 때 throw할 스토리지 예외를 추가합니다.

AddFaultOnWrite(GrainId, Exception)

참조된 조직이 스토리지 공급자에 상태를 쓸 때 throw할 스토리지 예외를 추가합니다.

public System.Threading.Tasks.Task AddFaultOnWrite (Orleans.Runtime.GrainId grainId, Exception exception);
abstract member AddFaultOnWrite : Orleans.Runtime.GrainId * Exception -> System.Threading.Tasks.Task
override this.AddFaultOnWrite : Orleans.Runtime.GrainId * Exception -> System.Threading.Tasks.Task
Public Function AddFaultOnWrite (grainId As GrainId, exception As Exception) As Task

매개 변수

grainId
GrainId
exception
Exception

반환

태스크.

구현

적용 대상

AddFaultOnWrite(GrainReference, Exception)

Source:
StorageFaultGrain.cs

참조된 조직이 스토리지 공급자에 상태를 쓸 때 throw할 스토리지 예외를 추가합니다.

public System.Threading.Tasks.Task AddFaultOnWrite (Orleans.Runtime.GrainReference grainReference, Exception exception);
abstract member AddFaultOnWrite : Orleans.Runtime.GrainReference * Exception -> System.Threading.Tasks.Task
override this.AddFaultOnWrite : Orleans.Runtime.GrainReference * Exception -> System.Threading.Tasks.Task
Public Function AddFaultOnWrite (grainReference As GrainReference, exception As Exception) As Task

매개 변수

grainReference
GrainReference
exception
Exception

반환

구현

적용 대상