다음을 통해 공유


StorageFaultGrain.AddFaultOnRead 메서드

정의

오버로드

AddFaultOnRead(GrainId, Exception)

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

AddFaultOnRead(GrainReference, Exception)

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

AddFaultOnRead(GrainId, Exception)

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

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

매개 변수

grainId
GrainId
exception
Exception

반환

태스크.

구현

적용 대상

AddFaultOnRead(GrainReference, Exception)

Source:
StorageFaultGrain.cs

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

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

매개 변수

grainReference
GrainReference
exception
Exception

반환

구현

적용 대상