Exemple #1
0
        public TaskClient(IronWorkerRestClient client)
        {
            if (client == null) throw new ArgumentNullException("client");
            Contract.EndContractBlock();

            _client = client;
        }
        public TaskClient(IronWorkerRestClient client)
        {
            if (client == null)
            {
                throw new ArgumentNullException("client");
            }
            Contract.EndContractBlock();

            _client = client;
        }
Exemple #3
0
 public CodeClient(IronWorkerRestClient client, string codeId)
 {
     _client = client;
     _codeId = codeId;
 }
Exemple #4
0
 public CodeClient(IronWorkerRestClient client, string codeId)
 {
     _client = client;
     _codeId = codeId;
 }