コード例 #1
0
        public void Initialize(ExtensionConfigContext context)
        {
            context.AddStringConverter();

            context.AddBindingRule <TableStorageEventStoreAttribute>()
            .BindToCollector(attribute => new TableStorageEventStream(attribute, this));
        }