Share via


TestAdapter.AddExchangeableToken Method

Definition

Adds a fake exchangeable token so it can be exchanged later.

public void AddExchangeableToken (string connectionName, string channelId, string userId, string exchangableItem, string token);
member this.AddExchangeableToken : string * string * string * string * string -> unit
Public Sub AddExchangeableToken (connectionName As String, channelId As String, userId As String, exchangableItem As String, token As String)

Parameters

connectionName
String

The connection name.

channelId
String

The channel ID.

userId
String

The user ID.

exchangableItem
String

The exchangeable token or resource URI.

token
String

The token to store.

Applies to