Show / Hide Table of Contents

Class CustomNotification<TOutcome>

The custom notification.

Inheritance
System.Object
NotificationBase
CustomNotification<TOutcome>
AnswerNotification
JoinCallNotification
PlaceCallNotification
RouteCallNotification
TransferNotification
Inherited Members
NotificationBase.Equals(Object)
NotificationBase.GetHashCode()
NotificationBase.Id
NotificationBase.Type
NotificationBase.Links
NotificationBase.AdditionalData
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 Source

Outcome

Gets the outcome.

Declaration
public TOutcome Outcome { get; }
Property Value
Type Description
TOutcome

Methods

View Source

Validate()

The validate.

Declaration
public override void Validate()
Overrides
NotificationBase.Validate()
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX