Compartir vía


OperationStream2 Interface

public interface OperationStream2 extends OperationStream

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Method Summary

Modifier and Type Method and Description
void reportFault(FaultType faultType)

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Inherited Members

Method Details

reportFault

public void reportFault(FaultType faultType)

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Parameters:

faultType - This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Applies to