MethodInformation Constructor (String, MethodType, EstimatedMethodCost, Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Public Sub New ( _
webMethodName As String, _
methodType As MethodType, _
estimatedCost As EstimatedMethodCost, _
keepsHostAwake As Boolean _
)
public MethodInformation(
string webMethodName,
MethodType methodType,
EstimatedMethodCost estimatedCost,
bool keepsHostAwake
)
public:
MethodInformation(
String^ webMethodName,
MethodType methodType,
EstimatedMethodCost estimatedCost,
bool keepsHostAwake
)
new :
webMethodName:string *
methodType:MethodType *
estimatedCost:EstimatedMethodCost *
keepsHostAwake:bool -> MethodInformation
public function MethodInformation(
webMethodName : String,
methodType : MethodType,
estimatedCost : EstimatedMethodCost,
keepsHostAwake : boolean
)
Parameters
- webMethodName
Type: System.String
- methodType
Type: Microsoft.TeamFoundation.Framework.Server.MethodType
- estimatedCost
Type: Microsoft.TeamFoundation.Framework.Server.EstimatedMethodCost
- keepsHostAwake
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.