Amazon.DirectoryService.AmazonDirectoryServiceClient.CancelSchemaExtension C# (CSharp) Метод

CancelSchemaExtension() публичный Метод

Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states; Initializing, CreatingSnapshot, and UpdatingSchema.
/// A client exception has occurred. /// /// The specified entity could not be found. /// /// An exception has occurred in AWS Directory Service. ///
public CancelSchemaExtension ( CancelSchemaExtensionRequest request ) : CancelSchemaExtensionResponse
request Amazon.DirectoryService.Model.CancelSchemaExtensionRequest Container for the necessary parameters to execute the CancelSchemaExtension service method.
Результат CancelSchemaExtensionResponse
        public CancelSchemaExtensionResponse CancelSchemaExtension(CancelSchemaExtensionRequest request)
        {
            var marshaller = new CancelSchemaExtensionRequestMarshaller();
            var unmarshaller = CancelSchemaExtensionResponseUnmarshaller.Instance;

            return Invoke<CancelSchemaExtensionRequest,CancelSchemaExtensionResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient