MCPcopy Create free account
hub / github.com/apache/thrift / OpenTransportAsync

Method OpenTransportAsync

lib/netstd/Thrift/TBaseClient.cs:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public virtual async Task OpenTransportAsync()
55 {
56 await OpenTransportAsync(CancellationToken.None);
57 }
58
59 public virtual async Task OpenTransportAsync(CancellationToken cancellationToken)
60 {

Callers 1

Calls 1

OpenAsyncMethod · 0.45

Tested by

no test coverage detected