C# Class withSIX.Steam.Presentation.Commands.RunInteractive

Inheritance: BaseSteamCommand
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
GetIPEp System.Net.IPEndPoint
Run Task
RunWebsite Task

Public Methods

Method Description
RunInteractive ( ISteamSessionFactory steamSessionFactory, IServiceMessenger messenger ) : System

Protected Methods

Method Description
RunAsync ( string remainingArguments ) : Task

Private Methods

Method Description
GetIPEp ( string str ) : IPEndPoint
Run ( CancellationToken ct ) : Task
RunWebsite ( CancellationToken ct ) : Task

Method Details

RunAsync() protected method

protected RunAsync ( string remainingArguments ) : Task
remainingArguments string
return Task

RunInteractive() public method

public RunInteractive ( ISteamSessionFactory steamSessionFactory, IServiceMessenger messenger ) : System
steamSessionFactory ISteamSessionFactory
messenger IServiceMessenger
return System