C# Class myProducts.Xamarin.Common.Services.ArticlesHubProxy

Inheritance: IArticlesHubProxy
显示文件 Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
ArticlesHubProxy ( ) : System
Start ( ) : System.Threading.Tasks.Task
Stop ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
DoOnArticleChanged ( ) : void
InitializeProxy ( ) : void

Method Details

ArticlesHubProxy() public method

public ArticlesHubProxy ( ) : System
return System

Start() public method

public Start ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Stop() public method

public Stop ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task