TestAdapter.AddExchangeableToken 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.
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.