MethodInformation Constructor (String, MethodType, EstimatedMethodCost)
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 _
)
public MethodInformation(
string webMethodName,
MethodType methodType,
EstimatedMethodCost estimatedCost
)
public:
MethodInformation(
String^ webMethodName,
MethodType methodType,
EstimatedMethodCost estimatedCost
)
new :
webMethodName:string *
methodType:MethodType *
estimatedCost:EstimatedMethodCost -> MethodInformation
public function MethodInformation(
webMethodName : String,
methodType : MethodType,
estimatedCost : EstimatedMethodCost
)
Parameters
- webMethodName
Type: System.String
- methodType
Type: Microsoft.TeamFoundation.Framework.Server.MethodType
- estimatedCost
Type: Microsoft.TeamFoundation.Framework.Server.EstimatedMethodCost
.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.