OneTimerSubscription Class
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.
public ref class OneTimerSubscription : Microsoft::XLANGs::Core::Subscription, System::Runtime::Serialization::ISerializable
[System.Serializable]
public class OneTimerSubscription : Microsoft.XLANGs.Core.Subscription, System.Runtime.Serialization.ISerializable
type OneTimerSubscription = class
inherit Subscription
interface ISerializable
Public Class OneTimerSubscription
Inherits Subscription
Implements ISerializable
- Inheritance
- Attributes
- Implements
Constructors
OneTimerSubscription(Guid, DateTime, Context) | |
OneTimerSubscription(SerializationInfo, StreamingContext) |
Fields
_id | (Inherited from Subscription) |
_justPersistedIds | (Inherited from Subscription) |
BlockedSegment | (Inherited from Subscription) |
ConvoyId | (Inherited from Subscription) |
Deleted | (Inherited from Subscription) |
IsAckSubscription | (Inherited from Subscription) |
Properties
_DeliveredMessages | (Inherited from Subscription) |
IsInfinitesimal | |
IsResponse | (Inherited from Subscription) |
Port | (Inherited from Subscription) |
Methods
Deliver(Envelope, Service) | |
DeliverTimeOutException(Object) | |
Destroy(Context) | (Inherited from Subscription) |
Drain(Context) | (Inherited from Subscription) |
GetObjectData(SerializationInfo, StreamingContext) | |
OnDeserialization(Object) | (Inherited from Subscription) |
Peek(Envelope) | (Inherited from Subscription) |
PendingDelivery() | |
PrePersist(Context) | (Inherited from Subscription) |
Receive(Segment, Context, Envelope, Boolean) | (Inherited from Subscription) |
Rollback(Context, Correlation) | (Inherited from Subscription) |
Rollback(Context) | (Inherited from Subscription) |
RollbackReceive(Envelope, Context) | (Inherited from Subscription) |
SetValue(XlangStore, Correlation) | (Inherited from Subscription) |
Unblock(Segment, Service) |