C# Class ZinOS.Services.Implementation.GoogleCajaService.GoogleCajaServiceImpl

Inheritance: IGoogleCajaService
Mostrar archivo Open project: hiddenbyte/ZinOS

Private Properties

Property Type Description

Public Methods

Method Description
BeginCajole ( string appUrl ) : IAsyncResult
Cajole ( string url ) : ICajoleResult
EndCajole ( IAsyncResult asyncResult ) : ICajoleResult

Method Details

BeginCajole() public method

public BeginCajole ( string appUrl ) : IAsyncResult
appUrl string
return IAsyncResult

Cajole() public method

public Cajole ( string url ) : ICajoleResult
url string
return ICajoleResult

EndCajole() public method

public EndCajole ( IAsyncResult asyncResult ) : ICajoleResult
asyncResult IAsyncResult
return ICajoleResult