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

PlannedRunReadyRequest() 공개 메소드

public PlannedRunReadyRequest ( PlannedRunReadyRequest request, IRequestOptions options = null ) : PlannedRunReadyResponse
request PlannedRunReadyRequest
options IRequestOptions
리턴 PlannedRunReadyResponse
        public PlannedRunReadyResponse PlannedRunReadyRequest(PlannedRunReadyRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }