Share via


BrokeredServiceContractTestBase<TInterface,TServiceMock>.AllMethodsIncludeCancellationToken Method

Definition

Verifies that all methods on the service interface include a CancellationToken as the last parameter.

[Xunit.SkippableFact(new System.Type[] {  })]
public void AllMethodsIncludeCancellationToken ();
[<Xunit.SkippableFact(new System.Type[] {  })>]
member this.AllMethodsIncludeCancellationToken : unit -> unit
Public Sub AllMethodsIncludeCancellationToken ()
Attributes
Xunit.SkippableFactAttribute

Applies to