Illumina.BaseSpace.SDK.BaseSpaceClient.CreateLibraryPool C# (CSharp) 메소드

CreateLibraryPool() 공개 메소드

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