Class CustomNotification<TOutcome>
The custom notification.
Inheritance
System.Object
CustomNotification<TOutcome>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public abstract class CustomNotification<TOutcome> : NotificationBase where TOutcome : OperationOutcomeBase
Type Parameters
Name | Description |
---|---|
TOutcome | The OperationOutcomeBase type of this notification |
Properties
View SourceOutcome
Gets the outcome.
Declaration
public TOutcome Outcome { get; }
Property Value
Type | Description |
---|---|
TOutcome |
Methods
View SourceValidate()
The validate.
Declaration
public override void Validate()