tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Session
ITopicClientFactory.cs
Go to the documentation of this file.
1
using
System;
2
3
using
Byond.TopicSender;
4
5
namespace
Tgstation.Server.Host.Components.Session
6
{
10
interface
ITopicClientFactory
11
{
17
ITopicClient
CreateTopicClient
(TimeSpan timeout);
18
}
19
}
Tgstation.Server.Host.Components.Session.ITopicClientFactory
Factory for ITopicClients.
Definition
ITopicClientFactory.cs:11
Tgstation.Server.Host.Components.Session.ITopicClientFactory.CreateTopicClient
ITopicClient CreateTopicClient(TimeSpan timeout)
Create a ITopicClient.
Tgstation.Server.Host.Components.Session
Definition
ApiValidationStatus.cs:2
Generated by
1.9.8