IStorageFaultGrain.OnClear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OnClear(GrainId) |
Throws a storage exception if one has been added for the grain reference for clearing state. |
OnClear(GrainReference) |
Throws a storage exception if one has been added for the grain reference for clearing state. |
OnClear(GrainId)
Throws a storage exception if one has been added for the grain reference for clearing state.
public System.Threading.Tasks.Task OnClear (Orleans.Runtime.GrainId grainId);
abstract member OnClear : Orleans.Runtime.GrainId -> System.Threading.Tasks.Task
Public Function OnClear (grainId As GrainId) As Task
Parameters
- grainId
- GrainId
Returns
Applies to
OnClear(GrainReference)
- Source:
- IStorageFaultGrain.cs
Throws a storage exception if one has been added for the grain reference for clearing state.
public System.Threading.Tasks.Task OnClear (Orleans.Runtime.GrainReference grainReference);
abstract member OnClear : Orleans.Runtime.GrainReference -> System.Threading.Tasks.Task
Public Function OnClear (grainReference As GrainReference) As Task
Parameters
- grainReference
- GrainReference