Inheritance: Microsoft.WindowsAzure.StorageClient.TableServiceContext, IRequiresInitialization
コード例 #1
0
        public TableStorageMailClient(MailContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }

            this.context = context;
        }
コード例 #2
0
        public TableStorageMailClient(MailContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }

            this.context = context;
        }