ResumptionCookie.GZipDeserialize(String) Methode

Definition

Deserialisiert das GZip, das mit Serialisiert ResumptionCookie ist GZipSerialize(ResumptionCookie).

public static Microsoft.Bot.Builder.Dialogs.ResumptionCookie GZipDeserialize(string str);
static member GZipDeserialize : string -> Microsoft.Bot.Builder.Dialogs.ResumptionCookie
Public Shared Function GZipDeserialize (str As String) As ResumptionCookie

Parameter

str
String

Der Base64-kodierte String.

Gibt zurück

Eine Instanz von ResumptionCookie

Gilt für: