IServiceEndpointBuilder.AddChangeToken(IChangeToken) 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 change token to the resulting ServiceEndpointSource.
public void AddChangeToken (Microsoft.Extensions.Primitives.IChangeToken changeToken);
abstract member AddChangeToken : Microsoft.Extensions.Primitives.IChangeToken -> unit
Public Sub AddChangeToken (changeToken As IChangeToken)
Parameters
- changeToken
- IChangeToken
The change token.