IRehydrationContext Interface
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.
Contains the state of a grain activation which is in the process of being rehydrated after moving from another location.
public interface IRehydrationContext
type IRehydrationContext = interface
Public Interface IRehydrationContext
Properties
Keys |
Gets the keys in the context. |
Methods
TryGetBytes(String, ReadOnlySequence<Byte>) |
Tries to get a sequence of bytes from the rehydration context, associated with the provided key. |
TryGetValue<T>(String, T) |
Tries to get a value from the rehydration context, associated with the provided key, deserializing it using Serializer.
If a serializer is found for the value, and the key is present, then the value is deserialized and the method returns |