C# Class Exchange.Client.Repository.ExchangeRepository

Show file Open project: neutmute/exchange-client Class Usage Examples

Private Properties

Property Type Description
GetConnection WSManConnectionInfo

Public Methods

Method Description
ExchangeRepository ( ConnectionConfiguration configuration ) : System
Execute ( PowerShellCommand command ) : ExecutionResult

Private Methods

Method Description
GetConnection ( ) : WSManConnectionInfo

Method Details

ExchangeRepository() public method

public ExchangeRepository ( ConnectionConfiguration configuration ) : System
configuration ConnectionConfiguration
return System

Execute() public method

public Execute ( PowerShellCommand command ) : ExecutionResult
command Exchange.Client.Commands.PowerShellCommand
return Exchange.Client.Domain.ExecutionResult