public static void Save(IValueSink sink, RecipientProcess value) { sink.EnterSequence(); Value<Recipient>.Save(sink, value.Recipient); Value<uint>.Save(sink, value.ProcessIdentifier); sink.LeaveSequence(); }
public COVSubscription(RecipientProcess recipient, ObjectPropertyReference monitoredPropertyReference, bool issueConfirmedNotifications, uint timeRemaining, Option<float> cOVIncrement) { this.Recipient = recipient; this.MonitoredPropertyReference = monitoredPropertyReference; this.IssueConfirmedNotifications = issueConfirmedNotifications; this.TimeRemaining = timeRemaining; this.COVIncrement = cOVIncrement; }
public COVSubscription(RecipientProcess recipient, ObjectPropertyReference monitoredPropertyReference, bool issueConfirmedNotifications, uint timeRemaining, Option <float> cOVIncrement) { this.Recipient = recipient; this.MonitoredPropertyReference = monitoredPropertyReference; this.IssueConfirmedNotifications = issueConfirmedNotifications; this.TimeRemaining = timeRemaining; this.COVIncrement = cOVIncrement; }
public static void Save(IValueSink sink, RecipientProcess value) { sink.EnterSequence(); Value <Recipient> .Save(sink, value.Recipient); Value <uint> .Save(sink, value.ProcessIdentifier); sink.LeaveSequence(); }