VSTalk.Engine.ViewModel.Messenger.History.HistoryLoaderViewModel.HistoryLoaderViewModel C# (CSharp) Метод

HistoryLoaderViewModel() публичный Метод

public HistoryLoaderViewModel ( System.Guid clientId, Jid withEntity, ConversationThread conversationThread ) : System
clientId System.Guid
withEntity Jid
conversationThread VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.ConversationThread
Результат System
        public HistoryLoaderViewModel(Guid clientId, Jid withEntity, ConversationThread conversationThread)
        {
            _clientId = clientId;
            _withEntity = withEntity;
            _conversationThread = conversationThread;
        }