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

CreatePlannedRun() public method

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