Exemple #1
0
 static void Main(string[] args)
 {
     InsertDemo.RunAsync(args).Wait();
     //AttachmentsDemo.RunAsync(args).Wait();
     //DaemonDemo.RunAsync(args).Wait();
     //CollectionsDemo.RunAsync(args).Wait();
     //QueriesDemo.RunAsync(args).Wait();
     //JoinDemo.RunAsync(args).Wait();
     //RegionUserDefinedFunctionDemo.RunAsync(args).Wait();
     //CountStoredProcedureDemo.RunAsync(args).Wait();
     //NormalizeDocumentTriggerDemo.RunAsync(args).Wait();
     //PartitionDemo.RunAsync(args).Wait();
 }
Exemple #2
0
        static async Task Main(string[] args)
        {
            await InsertDemo.RunAsync(args);

            // await AttachmentsDemo.RunAsync(args);
            // await DaemonDemo.RunAsync(args);
            // await CollectionsDemo.RunAsync(args);
            // await QueriesDemo.RunAsync(args);
            // await JoinDemo.RunAsync(args);
            // await RegionUserDefinedFunctionDemo.RunAsync(args);
            // await CountStoredProcedureDemo.RunAsync(args);
            // await NormalizeDocumentTriggerDemo.RunAsync(args);
            // await ClientSidePartitionsDemo.RunAsync(args);
        }