VSTalk.Engine.ViewModel.Messenger.History.HistoryLoaderViewModel.HistoryLoaderViewModel C# (CSharp) Method

HistoryLoaderViewModel() public method

public HistoryLoaderViewModel ( System.Guid clientId, Jid withEntity, ConversationThread conversationThread ) : System
clientId System.Guid
withEntity Jid
conversationThread VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.ConversationThread
return System
        public HistoryLoaderViewModel(Guid clientId, Jid withEntity, ConversationThread conversationThread)
        {
            _clientId = clientId;
            _withEntity = withEntity;
            _conversationThread = conversationThread;
        }