|
|
|
|
|
|
/// <param name="sideChannel"> The side channel to be registered.</param>
|
|
|
|
public void RegisterSideChannel(SideChannel channel) |
|
|
|
{ |
|
|
|
LazyInitialization(); |
|
|
|
LazyInitialize(); |
|
|
|
/// Unregisters SideChannel to the Academy. If the side channel was not registered,
|
|
|
|
/// Unregisters SideChannel to the Academy. If the side channel was not registered,
|
|
|
|
/// nothing will happen.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="sideChannel"> The side channel to be unregistered.</param>
|
|
|
|