ScaleoutHubLifetimeManagerTests<TBackplane>.CreateBackplane Method

Definition

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.

Applies to