IronPigeon.Relay.Controllers.InboxController.InboxController C# (CSharp) Méthode

InboxController() public méthode

Initializes a new instance of the InboxController class.
public InboxController ( ) : System
Résultat System
        public InboxController()
            : this(DefaultInboxContainerName, DefaultInboxTableName, AzureStorageConfig.DefaultCloudConfigurationName)
        {
        }

Same methods

InboxController::InboxController ( string containerName, string tableName, string cloudConfigurationName, HttpMessageHandler httpHandler = null ) : System