ScaleoutHubLifetimeManagerTests<TBackplane>.CreateBackplane 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.
Method to create an implementation of an in-memory backplane for use in tests.
public:
abstract TBackplane CreateBackplane();
public abstract TBackplane CreateBackplane ();
abstract member CreateBackplane : unit -> 'Backplane
Public MustOverride Function CreateBackplane () As TBackplane
Returns
TBackplane
The backplane implementation.