BrokeredServiceContractTestBase<TInterface,TServiceMock>.AllMethodsIncludeCancellationToken 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.
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