'DeclarationPublic Function New( _ ByVal operationResult As OperationResult, _ ByVal connectionState As CommunicationConnectionState _ )
'UsageDim operationResult As OperationResult Dim connectionState As CommunicationConnectionState Dim instance As New ConnectedCondition(operationResult, connectionState)
public ConnectedCondition( OperationResult operationResult, CommunicationConnectionState connectionState )
public: ConnectedCondition( OperationResult^ operationResult, CommunicationConnectionState connectionState )
Parameters
- operationResult
- The result of the operation that is associated with this condition.
The value of this parameter cannot be
null(Nothingin Visual Basic). - connectionState
- The state of the connection associated with this condition.