Interface IGraphClientFactory
Interface for factory of IGraphClient.
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphClientFactory
Methods
Create(IGraphLogger)
Creates a new IGraphClient.
Declaration
IGraphClient Create(IGraphLogger logger = null)
Parameters
Type | Name | Description |
---|---|---|
IGraphLogger | logger | An optional IGraphLogger logger to be used in the new IGraphClient. |
Returns
Type | Description |
---|---|
IGraphClient | The IGraphClient. |