IConnectionInitiator.ConnectAsync(Uri, TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Threading::Tasks::ValueTask<System::ServiceModel::Channels::IConnection ^> ConnectAsync(Uri ^ uri, TimeSpan timeout);
public System.Threading.Tasks.ValueTask<System.ServiceModel.Channels.IConnection> ConnectAsync (Uri uri, TimeSpan timeout);
abstract member ConnectAsync : Uri * TimeSpan -> System.Threading.Tasks.ValueTask<System.ServiceModel.Channels.IConnection>
Public Function ConnectAsync (uri As Uri, timeout As TimeSpan) As ValueTask(Of IConnection)
Parameters
- uri
- Uri
- timeout
- TimeSpan
Returns
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.