示例#1
0
        public async Task ExecuteAnonymousAsync()
        {
            var response = await _client.ExecuteAnonymousAsync <AnonymousExecutionResponse>("System.debug('Test');");

            Assert.IsNotNull(response);
            Assert.IsTrue(response.Success);
        }