Method | Description | |
---|---|---|
GetAsync ( ) : Task |
||
RedisEntity ( RedisAccount account, Microsoft.Azure.WebJobs.Host.Bindings.Path.BindingTemplate channelOrKeyPath, Mode mode, object>.IReadOnlyDictionary |
||
SendAsync ( string message ) : System.Threading.Tasks.Task | ||
SetAsync ( string value ) : System.Threading.Tasks.Task | ||
SetBindingData ( |
public RedisEntity ( RedisAccount account, Microsoft.Azure.WebJobs.Host.Bindings.Path.BindingTemplate channelOrKeyPath, Mode mode, object>.IReadOnlyDictionary |
||
account | RedisAccount | |
channelOrKeyPath | Microsoft.Azure.WebJobs.Host.Bindings.Path.BindingTemplate | |
mode | Mode | |
bindingData | object>.IReadOnlyDictionary | |
return | System |
public SendAsync ( string message ) : System.Threading.Tasks.Task | ||
message | string | |
return | System.Threading.Tasks.Task |
public SetAsync ( string value ) : System.Threading.Tasks.Task | ||
value | string | |
return | System.Threading.Tasks.Task |
public SetBindingData ( |
||
contractType | ||
value | object | |
return | void |