다음을 통해 공유


IMemoryStorageGrain.DeleteStateAsync 메서드

정의

오버로드

DeleteStateAsync(String, String, String)
DeleteStateAsync<T>(String, String)

DeleteStateAsync(String, String, String)

Source:
IMemoryStorageGrain.cs
public System.Threading.Tasks.Task DeleteStateAsync (string stateStore, string grainStoreKey, string eTag);
abstract member DeleteStateAsync : string * string * string -> System.Threading.Tasks.Task
Public Function DeleteStateAsync (stateStore As String, grainStoreKey As String, eTag As String) As Task

매개 변수

stateStore
String

이 조직 상태를 저장하는 데 사용되는 저장소의 이름입니다.

grainStoreKey
String

이 조직에 대한 저장소 키입니다.

eTag
String

읽은 이전 etag입니다.

반환

지정된 조직의 저장된 조직 상태에 대한 업데이트 작업에 대한 완료 약속입니다.

적용 대상

DeleteStateAsync<T>(String, String)

public System.Threading.Tasks.Task DeleteStateAsync<T> (string grainStoreKey, string eTag);
abstract member DeleteStateAsync : string * string -> System.Threading.Tasks.Task
Public Function DeleteStateAsync(Of T) (grainStoreKey As String, eTag As String) As Task

형식 매개 변수

T

매개 변수

grainStoreKey
String

이 조직에 대한 저장소 키입니다.

eTag
String

읽은 이전 etag입니다.

반환

지정된 조직의 저장된 조직 상태에 대한 업데이트 작업에 대한 완료 약속입니다.

적용 대상