IntegrationRuntimeObjectMetadataOperationsExtensions Class

Definition

Extension methods for IntegrationRuntimeObjectMetadataOperations.

public static class IntegrationRuntimeObjectMetadataOperationsExtensions
type IntegrationRuntimeObjectMetadataOperationsExtensions = class
Public Module IntegrationRuntimeObjectMetadataOperationsExtensions
Inheritance
IntegrationRuntimeObjectMetadataOperationsExtensions

Methods

BeginRefresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Refresh a SSIS integration runtime object metadata.

BeginRefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken)

Refresh a SSIS integration runtime object metadata.

Get(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest)

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

GetAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, GetSsisObjectMetadataRequest, CancellationToken)

Get a SSIS integration runtime object metadata by specified path. The return is pageable metadata list.

Refresh(IIntegrationRuntimeObjectMetadataOperations, String, String, String)

Refresh a SSIS integration runtime object metadata.

RefreshAsync(IIntegrationRuntimeObjectMetadataOperations, String, String, String, CancellationToken)

Refresh a SSIS integration runtime object metadata.

Applies to