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

ListSupportedLibraryPrepKits() public method

public ListSupportedLibraryPrepKits ( ListSupportedLibraryPrepKitsRequest request, IRequestOptions options = null ) : ListSupportedLibraryPrepKitsResponse
request ListSupportedLibraryPrepKitsRequest
options IRequestOptions
return ListSupportedLibraryPrepKitsResponse
        public ListSupportedLibraryPrepKitsResponse ListSupportedLibraryPrepKits(ListSupportedLibraryPrepKitsRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }