C# Class Microsoft.R.Host.Protocol.RUserProfileServiceResponse

Inheritance: IUserProfileServiceResult
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
RUserProfileServiceResponse ( uint error, bool profileExists, string profilePath ) : Microsoft.Common.Core.OS

Private Methods

Method Description
RUserProfileServiceResponse ( ) : Microsoft.Common.Core.OS

Method Details

RUserProfileServiceResponse() public method

public RUserProfileServiceResponse ( uint error, bool profileExists, string profilePath ) : Microsoft.Common.Core.OS
error uint
profileExists bool
profilePath string
return Microsoft.Common.Core.OS