ICustomStorageInterface<TState,TDelta>.ReadStateFromStorage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从存储 (读取当前状态和版本,请注意,状态对象可能由提供程序改变,因此它不得) 共享。
public System.Threading.Tasks.Task<System.Collections.Generic.KeyValuePair<int,TState>> ReadStateFromStorage ();
abstract member ReadStateFromStorage : unit -> System.Threading.Tasks.Task<System.Collections.Generic.KeyValuePair<int, 'State>>
Public Function ReadStateFromStorage () As Task(Of KeyValuePair(Of Integer, TState))
返回
版本号和状态对象。