Class GetMessengingResponse
The response of the server when we call the GetMessenging
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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