FsrmFileManagementJobManagerClass.GetFileManagementJob Method (String)

 

Gets the specified file management job.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public virtual IFsrmFileManagementJob GetFileManagementJob(
    string Name
)
public:
virtual IFsrmFileManagementJob^ GetFileManagementJob(
    String^ Name
)
abstract GetFileManagementJob : 
        Name:string -> IFsrmFileManagementJob
override GetFileManagementJob : 
        Name:string -> IFsrmFileManagementJob
Public Overridable Function GetFileManagementJob (
    Name As String
) As IFsrmFileManagementJob

Parameters

  • Name
    Type: System.String

    The name of the file management job to retrieve.

Return Value

Type: Microsoft.Storage.IFsrmFileManagementJob

Returns a IFsrmFileManagementJob containing an interface to the specified file management job.

Implements

IFsrmFileManagementJobManager.GetFileManagementJob(String)

See Also

IFsrmFileManagementJobManager
FsrmFileManagementJobManager
EnumFileManagementJobs
FsrmFileManagementJobManagerClass Class
Microsoft.Storage Namespace

Return to top