Illumina.BaseSpace.SDK.BaseSpaceClient.CreateLibraryPool C# (CSharp) Method

CreateLibraryPool() public method

public CreateLibraryPool ( CreateLibraryPoolRequest request, IRequestOptions options = null ) : CreateLibraryPoolResponse
request CreateLibraryPoolRequest
options IRequestOptions
return CreateLibraryPoolResponse
        public CreateLibraryPoolResponse CreateLibraryPool(CreateLibraryPoolRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }