StorageKeyFactory type
Callback to calculate a storage key.
type StorageKeyFactory = (context: TurnContext) => Promise<string>;
type StorageKeyFactory = (context: TurnContext) => Promise<string>
הדפדפן הזה אינו נתמך עוד.
שדרג ל- Microsoft Edge כדי לנצל את התכונות, עדכוני האבטחה והתמיכה הטכנית העדכניים ביותר.
הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Callback to calculate a storage key.
type StorageKeyFactory = (context: TurnContext) => Promise<string>;
type StorageKeyFactory = (context: TurnContext) => Promise<string>