RedisClientReadCustomerAsync 方法 |
命名空间: HslCommunication.Enthernet.Redis
public Task<OperateResult<string>> ReadCustomerAsync( string command )
Public Function ReadCustomerAsync ( command As String ) As Task(Of OperateResult(Of String))
public: Task<OperateResult<String^>^>^ ReadCustomerAsync( String^ command )
member ReadCustomerAsync : command : string -> Task<OperateResult<string>>