C# Class Tp.Integration.Plugin.Common.Gateways.ProfileGatewayFactory

Inheritance: IProfileGatewayFactory
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Create ( AccountName accountName, IProfileReadonly profile ) : IProfileGateway
ProfileGatewayFactory ( ITpBus tpBus ) : Tp.Integration.Messages

Method Details

Create() public method

public Create ( AccountName accountName, IProfileReadonly profile ) : IProfileGateway
accountName Tp.Integration.Messages.AccountName
profile IProfileReadonly
return IProfileGateway

ProfileGatewayFactory() public method

public ProfileGatewayFactory ( ITpBus tpBus ) : Tp.Integration.Messages
tpBus ITpBus
return Tp.Integration.Messages