C# Класс Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreFileSystemCmdletBase

The base class for all Microsoft Azure DataLakeStoreFileSystem Management cmdlets
Наследование: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
CmdletCancellationToken System.Threading.CancellationToken

Защищенные методы

Метод Описание
BeginProcessing ( ) : void

Cmdlet begin process

StopProcessing ( ) : void

stop processing time-consuming operation should work with ShouldForceQuit

Приватные методы

Метод Описание
BytesToString ( byte content, FileSystemCmdletProviderEncoding type ) : string
GetBytes ( object content, FileSystemCmdletProviderEncoding encoding ) : byte[]
GetBytes ( string content, FileSystemCmdletProviderEncoding type ) : byte[]

Converts the stream type string into an Encoding

UsingByteEncoding ( FileSystemCmdletProviderEncoding encoding ) : bool

Gets the Byte Encoding status of the StreamType parameter. Returns true if the stream was opened with "Byte" encoding, false otherwise.

Описание методов

BeginProcessing() защищенный Метод

Cmdlet begin process
protected BeginProcessing ( ) : void
Результат void

StopProcessing() защищенный Метод

stop processing time-consuming operation should work with ShouldForceQuit
protected StopProcessing ( ) : void
Результат void

Описание свойств

CmdletCancellationToken защищенное свойство

protected CancellationToken,System.Threading CmdletCancellationToken
Результат System.Threading.CancellationToken