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

CreatePlannedRun() 공개 메소드

public CreatePlannedRun ( CreatePlannedRunRequest request, IRequestOptions options = null ) : CreatePlannedRunResponse
request CreatePlannedRunRequest
options IRequestOptions
리턴 CreatePlannedRunResponse
        public CreatePlannedRunResponse CreatePlannedRun(CreatePlannedRunRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }