internal static Task<PagedResponseCollection<ListAllSpacesForOrganizationResponse>> CustomListAllSpacesForOrganization(CloudController.V2.Client.Base.AbstractOrganizationsEndpoint arg1, Guid? arg2, RequestOptions arg3) { return Task.Factory.StartNew(() => { return new PagedResponseCollection<ListAllSpacesForOrganizationResponse>(); }); }
internal static Task<PagedResponseCollection<ListAllServiceInstancesForSpaceResponse>> CustomListAllServiceInstances(CloudController.V2.Client.Base.AbstractSpacesEndpoint arg1, Guid? arg2, RequestOptions arg3) { return Task.Factory.StartNew<PagedResponseCollection<ListAllServiceInstancesForSpaceResponse>>(() => { return new PagedResponseCollection<ListAllServiceInstancesForSpaceResponse>(); }); }
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; } )); }
internal static Task<PagedResponseCollection<ListAllRoutesResponse>> CustomListAllRoutes(CloudController.V2.Client.Base.AbstractRoutesEndpoint arg1, RequestOptions arg2) { return Task.Factory.StartNew<PagedResponseCollection<ListAllRoutesResponse>>(() => { return new PagedResponseCollection<ListAllRoutesResponse>(); }); }