提交 a0525216 编写于 作者: X xleili

docs(driver):update C# tmq document

上级 0db3fe1e
......@@ -88,7 +88,6 @@ void close() throws SQLException;
```
</TabItem>
<TabItem label="Go" value="Go">
```go
......@@ -105,7 +104,6 @@ func (c *Consumer) Poll(timeout time.Duration) (*Result, error)
func (c *Consumer) Subscribe(topics []string) error
func (c *Consumer) Unsubscribe() error
```
</TabItem>
......@@ -277,7 +275,6 @@ public class MetersDeserializer extends ReferenceDeserializer<Meters> {
```
</TabItem>
<TabItem label="Go" value="Go">
```go
......@@ -505,7 +502,6 @@ consumer.close();
```
</TabItem>
<TabItem value="Go" label="Go">
```go
......@@ -514,7 +510,6 @@ consumer.Close()
```
</TabItem>
<TabItem value="C#" label="C#">
```C#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册