Parameter | Description |
---|---|
hMessage | The message handle |
Returns True if the method is a function, False for a procedure or if it is not found. An error is returned if the method is not found or published.
Function WebMethodIsFunction Handle hMessage Returns Boolean
Call: | Get WebMethodIsFunction hMessage to BooleanVariable |
Use this function to determine if a web method is a function or a procedure.
Use the WebPublishProcedure and WebPublishFunction commands to publish the message.