示例#1
0
        internal static Task <PagedResponseCollection <ListAllSpacesResponse> > CustomListAllSpaces(CloudController.V2.Client.Base.AbstractSpacesEndpoint arg1, RequestOptions arg2)
        {
            return(Task.Factory.StartNew <PagedResponseCollection <ListAllSpacesResponse> >(new Func <PagedResponseCollection <ListAllSpacesResponse> >(
                                                                                                () =>
            {
                PagedResponseCollection <ListAllSpacesResponse> collection = new PagedResponseCollection <ListAllSpacesResponse>();

                return collection;
            }
                                                                                                )));
        }
示例#2
0
 internal static Task <PagedResponseCollection <ListAllServiceInstancesForSpaceResponse> > CustomListAllServiceInstancesForSpace(CloudController.V2.Client.Base.AbstractSpacesEndpoint arg1, Guid?arg2, RequestOptions arg3)
 {
     return(Task <PagedResponseCollection <ListAllServiceInstancesForSpaceResponse> > .Factory.StartNew(() => {
         return new PagedResponseCollection <ListAllServiceInstancesForSpaceResponse>();
     }));
 }