Share via


Meetings Class

Permite que você criar e gerenciar sites Meeting Workspace.

Web Service: MeetingsWeb Reference: http://<Site>/_vti_bin/Meetings.asmx

Syntax

'Declaração
<DesignerCategoryAttribute("code")> _
PublicClassMeetingsInheritsSoapHttpClientProtocol
'Uso
DiminstanceAsMeetings
[DesignerCategoryAttribute("code")] 
publicclassMeetings : SoapHttpClientProtocol

Remarks

Para acessar o serviço Meetings e seus métodos, definir uma referência a http://Server_Name/[sites/][Site_Name/]_vti_bin/Meetings.asmx Web.

Example

O exemplo de código a seguir mostra como inicializar uma nova instância do serviço de Meetings e autenticar o usuário ao servidor usando as credenciais do usuário atual.

Dim ws As New mywss001.Meetings()
Dim myCache As New System.Net.CredentialCache()
ws.Credentials = myCache.DefaultCredentials
mywss001.Meetings ws = new mywss001.Meetings();
System.Net.CredentialCache myCache = new System.Net.CredentialCache();
ws.Credentials = myCache.DefaultCredentials;

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Web.Services.Protocols.WebClientProtocol
         System.Web.Services.Protocols.HttpWebClientProtocol
           System.Web.Services.Protocols.SoapHttpClientProtocol
            Meetings.Meetings

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Meetings Members
Meetings Web Service