Interface IChannel
Summary description for IChannel.
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0
Syntax
public interface IChannel
Properties
ChannelId
Declaration
string ChannelId { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Receive()
Declaration
Returns
Receive(Object)
Declaration
Parameters
Type |
Name |
Description |
System.Object |
id |
|
Returns
Send(IItem)
Declaration
Parameters
Type |
Name |
Description |
IItem |
item |
|
Returns
Type |
Description |
System.Object |
|
Events
ReceiveEvent
Declaration
event ChannelEventHandler ReceiveEvent
Event Type
SendEvent
Declaration
event ChannelEventHandler SendEvent
Event Type
Extension Methods