AzureIoTHubConnectedService.CSharpHandlerWAC.GetConnectedServiceHandlerHelper C# (CSharp) Method

GetConnectedServiceHandlerHelper() protected method

protected GetConnectedServiceHandlerHelper ( ConnectedServiceHandlerContext context ) : ConnectedServiceHandlerHelper
context ConnectedServiceHandlerContext
return ConnectedServiceHandlerHelper
        protected override ConnectedServiceHandlerHelper GetConnectedServiceHandlerHelper(ConnectedServiceHandlerContext context)
        {
            return context.HandlerHelper;
        }