Show / Hide Table of Contents

Class GetMessengingResponse

The response of the server when we call the GetMessenging

Inheritance
System.Object
Answer
GetMessengingResponse
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Answer.Data
Answer.Status
Answer.PropertyChanged
Answer.RaisePropertyChanged(String)
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: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetMessengingResponse : Answer, INotifyPropertyChanged

Properties

Messengings

The messenging for a call. Attention, when you get the messenging in that list, keep that list saved because if an exception is not managed in your code, thoses message will not able to be retreived.

Declaration
public List<SEMessenging> Messengings { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SEMessenging>

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX