Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExecuteCalculatorClientOperations
Method · 0.80
Calls
1
OpenAsync
Method · 0.45
Tested by
no test coverage detected