Class SynchronousChannel
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
SynchronousChannel
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.XForms.Channels
Assembly: EPiServer.XForms.dll
Version: 9.12.2Syntax
public class SynchronousChannel : IChannel
Constructors
SynchronousChannel(String)
Declaration
public SynchronousChannel(string channelId)
Parameters
Type | Name | Description |
---|---|---|
System.String | channelId |
Properties
ChannelId
Declaration
public string ChannelId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Receive()
Declaration
public IItem Receive()
Returns
Type | Description |
---|---|
IItem |
Receive(Object)
Declaration
public IItem Receive(object id)
Parameters
Type | Name | Description |
---|---|---|
System.Object | id |
Returns
Type | Description |
---|---|
IItem |
Send(IItem)
Declaration
public object Send(IItem item)
Parameters
Type | Name | Description |
---|---|---|
IItem | item |
Returns
Type | Description |
---|---|
System.Object |
Events
ReceiveEvent
Declaration
public event ChannelEventHandler ReceiveEvent
Event Type
Type | Description |
---|---|
ChannelEventHandler |
SendEvent
Declaration
public event ChannelEventHandler SendEvent
Event Type
Type | Description |
---|---|
ChannelEventHandler |